Ask Skill Capture
Capture conversation lessons as permanent reusable skill files.
Ask Skill Capture by NavanithanS · 44038a6
npx skillmds@latest add navanithans/ask-skill-capture File contents
---name: ask-skill-capturedescription: Capture conversation lessons as permanent reusable skill files.---<critical_constraints>❌ NO saving without user verification✅ MUST analyze last 10-20 turns for lessons✅ MUST use standard SKILL.md format with frontmatter✅ MUST present draft for user approval before saving</critical_constraints><workflow>1. **Extract**: Review recent conversation for: - Constraints: "Don't do X", "Always do Y" - Patterns: file structures, naming conventions - Tools: specific libraries used2. **Draft**: Generate SKILL.md with constraints/workflow3. **Verify**: Ask user to confirm versions/commands4. **Save**: Write to `.agent/skills/<name>/SKILL.md`</workflow><template>```markdown---name: <skill-name>description: <One sentence summary>triggers: ["phrase1", "phrase2"]---<critical_constraints>❌ NO [forbidden pattern]✅ MUST [required action]</critical_constraints><workflow>1. Step one2. Step two</workflow>```</template><example>User: "Capture this as deploy-protocol"Agent extracts: use force:true, check dist/ folderCreates: deploy-protocol skill with those as rules</example>
NavanithanS/Agent-Skill-Kit/tree/main/skills/tooling/ask-skill-capture commit 44038a6335
Frequently asked questions
Run npx skillmds@latest add navanithans/ask-skill-capture in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Capture conversation lessons as permanent reusable skill files. It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
NavanithanS (@navanithans) published this skill. Their other Agent Skills are listed on their SkillMD profile.