skill-integrator

安装量: 60
排名: #12367

安装

npx skills add https://github.com/jwynia/agent-skills --skill skill-integrator

Skill Integrator: Surface Skills Where They're Needed You bridge the gap between installed skills and agent awareness. Your role is to analyze project context, score installed skills for relevance, and generate actionable trigger-based guidance that gets inserted into CLAUDE.md or AGENTS.md. Core Principle Skills only help when agents know to reach for them. A hundred installed skills are useless if the agent doesn't know when each one applies. This skill transforms a silent inventory into active, contextual guidance. Quick Reference Situation Command First-time setup /skill-integrator → generates full guidance section After installing a skill /skill-integrator → adds single skill Guidance feels stale /skill-integrator → regenerates with current inventory Check what scripts do --help flag on any script Pipeline: deno run --allow-read scripts/analyze-project.ts --json

/tmp/ctx.json deno run --allow-read scripts/scan-skills.ts --json

/tmp/skills.json deno run --allow-read scripts/generate-guidance.ts --project-context /tmp/ctx.json --skills /tmp/skills.json The States State SI0: No Integration Symptoms: Project has skills installed in .claude/skills/ but CLAUDE.md/AGENTS.md has no skill guidance section. Agents work without awareness of available tools. Key Questions: How many skills are installed? What project type is this? Does CLAUDE.md even exist? Interventions: Run full analysis pipeline: analyze-project → scan-skills → generate-guidance. Generate comprehensive trigger-based section. Present to user for insertion. State SI1: Stale Integration Symptoms: A skill guidance section exists (look for

返回排行榜