Terminal-aware workflow orchestration + Anthropic skills integration for AI-assisted development
npm install @trinity-os/skillkit





Self-customizing workflow orchestration for AI-assisted development.
Granular, doc-based workflows that adapt to your project + Anthropic skills integration + Community marketplace.
A cross-platform system that combines intelligent workflows, terminal-aware skill loading, and self-customization into one powerful tool for systematic development.
SkillKit is a self-customizing workflow orchestration system focused on doc-based workflows:
/BEGIN_SESSION, /IMPLEMENT_FEATURE)The Self-Customizing Workflow System:
/IMPLEMENT_FEATURE, /FIX_BUGS)tsk skill:load pdf works on any platformtsk skills:add user/repo/skill-name``bashUsing npm
npm install @trinity-os/skillkit
Quick Start
$3
`bash
Install globally
npm install -g @trinity-os/skillkitInitialize in your project (Cursor)
cd your-project
tsk init --cursorWhat this does:
β Copies 12 workflows to .cursor/commands/
β Installs Anthropic skills (pdf, xlsx, docx, etc.)
β Generates AGENTS.md catalog
β Auto-deduplicates any conflicts
β Ready to use!
`$3
`
Type "/" in Cursor to see available workflows:/BEGIN_SESSION β Start session (shows menu!)
/IMPLEMENT_FEATURE β Build new feature
/FIX_BUGS β Fix bugs systematically
/DEPLOY_PREP β Pre-deployment checks
/CONTINUE β Resume from last session
/AUDIT_SKILLKIT β System health check
/SECURITY_AUDIT β Security scan
/META_CUSTOMIZE β Adapt to your project
/HELP β Complete documentation
`$3
`
In Cursor:
/META_CUSTOMIZEWhat it does:
β Detects your package manager (npm/pnpm/yarn)
β Detects your project structure (src/, app/, etc.)
β Tests all commands in your environment
β Updates ALL workflows to match YOUR project
β Workflows become project-specific!
Result: Commands like "npm test" become "pnpm test" everywhere
`$3
`bash
Install Anthropic skills (done automatically in init)
tsk install anthropics/skills
β Interactive checkbox to select skills
β Installs to .claude/skills/
Load a skill when needed
tsk skill:load pdf
β AI gets PDF expertise in context
β Works cross-platform (Windows/Mac/Linux)
List installed skills
tsk listInstall community skills
tsk skills:add alice/db-skills/postgres
β Auto-downloads, validates, installs
`$3
`bash
Run diagnostics
tsk diagnose
β Auto-detects project type
β Runs lint, typecheck, tests
β Shows issues
System audit
tsk audit
β Checks for duplicates
β Validates workflows
β Tests commands
β Generates health score
Auto-fix safe issues
tsk audit:fix --auto-safeSync AGENTS.md
tsk sync
`$3
`bash
Install community workflows
tsk workflows:add john/devops-workflows/DEPLOY_K8S.md
β Downloads from GitHub
β Installs to .cursor/commands/
β Available as /DEPLOY_K8S
Install community skills
tsk skills:add alice/enterprise-skills/database
β Downloads from GitHub
β Installs to .claude/skills/
β Updates AGENTS.md
`Documentation
$3
- Type /HELP in Cursor - Complete interactive documentation
- Workflow System Explained - How CLI, workflows, and subtasks work
- Current Status - What's implemented
- Marketplace & Contribution - Community guide$3
- Final Correct Architecture - The complete system
- Cursor-First Roadmap - Development roadmap
- Skill Update Strategy - How updates work$3
- Contributing Guidelines - How to contribute
- Marketplace Guide - Publish your workflows/skills
- Topic tags: skillkit-workflow, skillkit-skill on GitHubCommunity & Marketplace
$3
Search GitHub for:
- Topic: skillkit-workflow - Community workflows
- Topic: skillkit-skill - Community skills
- Or browse: Awesome SkillKit (coming soon)$3
`bash
1. Create repo with your workflows/skills
2. Add topic: skillkit-workflow or skillkit-skill
3. Share in GitHub Discussions
4. Others install with: tsk workflows:add your-username/repo
`$3
- GitHub Discussions - Ask questions
- Issues - Report bugs
- Type /HELP` in Cursor - Complete documentationThis project is licensed under the MIT License - see the LICENSE file for details.
- Thanks to all our contributors who have helped make this project better.
- Special thanks to our early adopters and beta testers.
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]
Thanks goes to these wonderful people:
Jai Thakur π» π π |
This project follows the all-contributors specification. Contributions of any kind welcome!