Personal marketplaces for raydocs skills
npx claudepluginhub raydocs/evolution-skillsSelf-evolving skills for Claude Code
Self-evolving skills for AI coding assistants.
AI 编程助手的自我进化技能系统。
Use only the skills you actually need. MCPs consume context, and skills consume context too. This system exists to help you build skills that solve your real work, not to wrap generic content from the internet. From personal experience, attention quality drops sharply beyond ~65k tokens, and default system/tool prompts can eat ~20k. If this is too long, just paste this GitHub link into your AI and ask how to use it.
Evolution Skills is a documentation-first skill system for AI coding assistants. It ships structured specs and command templates that help capture reusable patterns, track their health, and keep guidance aligned with project style and framework versions.
Packages:
claude-code/factory-droid/| Capability | What it does | Where to learn more |
|---|---|---|
| Pattern capture | Save new patterns with /evolve | claude-code/README.md, factory-droid/README.md |
| Health reporting | Aggregate feedback markers via /skills-health | claude-code/README.md, factory-droid/README.md |
| Validation | Validate skills content with /validate-skills | claude-code/README.md |
| Version adaptation | Choose guidance based on detected versions | claude-code/README.md, factory-droid/README.md |
| Style profiling | Align output to project conventions | claude-code/README.md, factory-droid/README.md |
Core loop:
/evolvefeedbackAutomation-friendly:
cp -r claude-code/skills/* ~/.claude/skills/
cp -r claude-code/commands/* ~/.claude/commands/
Then run:
/evolve
/skills-health
/validate-skills
cp -r factory-droid/skills/* ~/.factory/skills/
cp -r factory-droid/commands/* ~/.factory/commands/
cp -r factory-droid/droids/* ~/.factory/droids/ # optional
Then run:
/evolve
/skills-health
| Command | Claude Code | Factory Droid | Purpose |
|---|---|---|---|
/evolve | Yes | Yes | Save learned knowledge |
/skills-health | Yes | Yes | Show health report |
/validate-skills | Yes | No | Validate skills accuracy |
Recommended workflow:
/evolve while context is fresh./skills-health regularly to find drift or failing patterns./validate-skills after skill updates.Authoring principles:
/evolve.feedback rules.Dev Session
|
| triggers: /evolve, errors, usage
v
Selection + Dedupe + Metadata
|
+--> ~/.claude/skills (Claude Code)
+--> ~/.factory/skills (Factory Droid)
|
v
Health + Feedback Updates
This repo provides the specs and command templates. The assistant runtime applies them and writes entries as Markdown with metadata blocks.
claude-code/
skills/
commands/
factory-droid/
skills/
commands/
droids/
Runtime storage lives under ~/.claude/skills or ~/.factory/skills. See the package READMEs for full details.
claude-code/README.mdfactory-droid/README.mdMIT