agentsclimarketplace

Feature radar ref

Skill runkids/feature-radar/skills/feature-radar-ref

πŸ“‘ AI skill that helps your coding agent discover, track, and prioritize what to build next.

Install
npx -y skills add runkids/feature-radar --skill feature-radar-ref

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

One thing to look at

  • 12 stars12 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.

What its author says it does

Copied from the file, not written here

Record external observations, ecosystem trends, and creative inspiration into .feature-radar/references/. MUST use this skill when the user mentions something interesting from outside their project β€” other tools, articles, approaches, or trends. Even casual mentions like "I saw a cool thing in X" should trigger this skill. Use when the user: - Says "I saw this cool thing in X's API", "check out how X handles this" - Shares a URL, article, talk, or research finding with relevant insights - Notes an ecosystem trend: new tools, standards, community patterns - Mentions a related project shipping a notable feature - Wants to bookmark external inspiration: "interesting approach", "save this" - Says "add reference", "log observation", "track this project" Do NOT use for internal learnings/patterns β€” that's feature-radar-learn's job. Do NOT use for prioritizing features β€” that's feature-radar's job.

SKILL.md

3.6 KB, as published. Nobody here has run it

Add Reference

Record external observations into .feature-radar/references/.

Deep Read

<HARD-GATE> Read and follow `../feature-radar/references/DEEP-READ.md` β€” complete all 6 steps before proceeding. </HARD-GATE>

Behavioral Directives

<HARD-GATE> Read and follow `../feature-radar/references/DIRECTIVES.md`. </HARD-GATE>

Workflow

  1. Identify the source β€” ask the user what they observed:
    • Interesting project, technique, or creative approach?
    • Ecosystem trend or emerging pattern?
    • Notable feature or solution from a related project?
    • User comparison, feedback, or question?
    • Research, article, or talk with relevant insights?
  2. Gather context β€” URL, date, key details. If the user provides a GitHub URL, fetch the issue/PR for full context.
  3. Classify β€” determine the right file:
    • Existing reference file β†’ append a new entry
    • New topic β†’ create .feature-radar/references/{topic}.md
  4. Assess impact:
<HARD-GATE> Before writing to references/, assess impact by answering ALL of these: - New opportunity or feature idea? β†’ state yes/no, suggest file if yes - Way to enhance existing features? β†’ state yes/no, suggest update if yes - Ecosystem trend? β†’ state yes/no, suggest specs/ecosystem-trends.md update if yes </HARD-GATE> 5. **Checkpoint** β€” State what was written and the impact assessment results. Ask: "I've updated `references/{topic}.md`. Does this look correct, or should I adjust anything?" Wait for user confirmation before proceeding. 6. **Update base.md** β€” increment the references count in Tracking Summary

File Format

Use the format defined in ../feature-radar/references/SPEC.md Β§ 3.5 (references/{topic}.md).

Naming Convention

Name by the subject being tracked, not the event:

  • Good: vercel-skills-ecosystem.md, agent-path-conventions.md, cli-ux-patterns.md
  • Bad: 2026-02-18-update.md, interesting-finding.md

Guidelines

  • Always cite source URLs and dates for traceability.
  • Append new entries chronologically to existing files β€” don't create a new file per observation.
  • Be objective. Record what happened, then assess implications separately.
  • If the observation reveals an unmet need or innovation opportunity, proactively suggest creating an opportunity.
  • Look for creative inspiration, not just feature gaps β€” how others solve problems can spark new ideas.

Example Output

β†’ Appended to references/cli-ux-patterns.md
β†’ Suggested: new opportunity "interactive config wizard"
β†’ Updated base.md: references 3 β†’ 3 (appended, not new file)

Completion Summary

Follow the template in ../feature-radar/references/DIRECTIVES.md, with skill name "Ref Complete".

Keep looking

Skills are one crate of 328,083. 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.