mirror of
https://github.com/trailofbits/skills-curated
synced 2026-06-21 14:12:04 +00:00
c9e2172121
Ported from trailofbits/skills PRs #19 and #16. Humanizer identifies and removes AI writing patterns; skill-extractor captures reusable knowledge from work sessions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
skill-extractor
Extract reusable skills from work sessions. Manual invocation only - no hooks, no noise.
Usage
/skill-extractor [--project] [context hint]
Invoke after solving a non-obvious problem to capture the knowledge as a reusable skill.
Examples:
/skill-extractor # Extract from current session
/skill-extractor --project # Save to project instead of user level
/skill-extractor the cyclic data DoS fix # Hint to focus extraction
What It Does
- Analyzes your conversation for extractable knowledge
- Presents a quality checklist for confirmation
- Optionally researches best practices (web search, Context7)
- Generates a skill following repository standards
- Validates structure before saving
- Saves to
~/.claude/skills/or.claude/skills/
Quality Gates
Before extraction, you confirm:
- Reusable (helps future tasks)
- Non-trivial (required discovery)
- Verified (solution worked)
- Specific triggers (exact errors/scenarios)
- Explains WHY (not just steps)
Installation
/plugin install trailofbits/skills-curated/plugins/skill-extractor