Skip to content

Latest commit

 

History

10 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

devskills

Agent Skills for the WebTyp ecosystem — source of truth for all SKILL.md, synced via devskills CLI to ~/.claude, ~/.gemini, ~/.codex, ~/.qwen, ~/.config/opencode, and ~/.agents.

Installation

go install webtyp.com/devskills/cmd/devskills@latest

Usage

# Sync all installed LLMs and update skills
devskills

# Sync only Claude
devskills -l claude

# Force refresh
devskills -f

Skills are embedded at compile time (//go:embed skills) and installed to ~/skills/, then symlinked per-skill into each detected agent's skills dir (~/.claude/skills/<name> -> ~/skills/<name>, and likewise for ~/.gemini, ~/.codex, ~/.qwen, ~/.config/opencode, ~/.agents). Linking per-skill — instead of the whole directory — lets an agent's own skills dir also hold vendor-bundled skills (e.g. Codex's ~/.codex/skills/.system/) without devskills overwriting them.

After editing any SKILL.md in devskills/skills/<name>/:

cd devskills && go install ./cmd/devskills && devskills -f

Skills

  • core-principles — SRP, DI, framework-less web
  • testing — gotest, gopush, WASM dual testing
  • documentation — ARCHITECTURE.md, PLAN.md, etc.
  • wasm — WASM env rules
  • agents-workflow — PLAN.md orchestrator
  • dev-protocols — dev protocols
  • components — component standards
  • form-codegen — model/form generation
  • plan-authoring — PLAN.md authoring
  • webtyp-app — MCP daemon
  • devskills — self (how to sync)

See docs/DEVSKILLS.md for full docs. See docs/SKILL_INSTRUCTIONS.md for writing new skills by anthropics guide.

License

MIT

About

Agent Skills for the TinyWasm ecosystem - source of truth for all SKILL.md, synced via devskills CLI

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages