agentsclimarketplace

Feature research

Skill marktantongco/opencodelinux/skills/feature-research

Research existing architecture before implementing a complex feature.From its SKILL.md

Install
npx -y skills add marktantongco/opencodelinux --skill feature-research

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

1.3 KB, 185 tokens by cl100k_base, as published. Nobody here has run it

Feature Research

Before implementing a complex feature, use codebase_search to avoid duplicating patterns and to match existing conventions.

When To Use

  • New feature spans multiple modules/services.
  • You need to find existing patterns for similar features.
  • You need to identify API boundaries, data models, and tests.

Steps

  1. Identify the likely "shape" of the feature (routes, state, DB, background jobs, UI).
  2. Run codebase_search with a natural language question or description that asks for similar features and relevant files.
  3. Extract:
    • Existing patterns to reuse
    • Integration points
    • Config/feature-flag conventions
    • Tests to mirror
  4. Propose an implementation plan that matches the repo.
  5. Implement.

Query Template

"Find existing implementations similar to <feature>. Include endpoints, data models, background tasks, and tests."

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 326,645. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.