Skip to content

KitsuneKode/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent Skills

Context engineering and session management skills for AI coding agents.

Skills

Skill Description
context-doctor Audits project documentation for context engineering best practices
session-handoff Preserves and restores cross-session continuity for coding agents

Install

Via Vercel Skills CLI (npx skills)

# List available skills in this repo
npx skills add kitsunekode/agent-skills --list

# Install a specific skill
npx skills add kitsunekode/agent-skills --skill session-handoff
npx skills add kitsunekode/agent-skills --skill context-doctor

# Or find skills interactively
npx skills find session handoff

Via Claude Code Plugin

# Add as a plugin marketplace (Claude Code)
/plugin marketplace add kitsunekode/agent-skills

# Browse + install (interactive)
/plugin marketplace browse

Manual Install

# Clone and symlink to your skills directory
git clone https://github.com/kitsunekode/agent-skills.git
ln -s $(pwd)/agent-skills/skills/session-handoff ~/.agents/skills/session-handoff
ln -s $(pwd)/agent-skills/skills/context-doctor ~/.agents/skills/context-doctor

Included Hooks

When installed as a plugin, the following hooks are automatically registered:

Hook Event Purpose
SessionStart Session begins Injects prior .context/handoff.md into context
PreCompact Before compaction Warns to save state before context is compacted
Stop Session ends Prompts handoff writing if meaningful work was done

Creating New Skills

Use template/SKILL.md.template as a starting point for new skills.

License

Apache 2.0

About

Repository that contains skills to enhance your agentic coding experience and parallel agents orchestration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages