Kisune is my personal Claude plugins, a refined suite of abilities elevating Claude into a powerful multi-tool for coding, research, and automation.
npx skills add https://github.com/xbklairith/kisune --skill market-analysisInstallieren Sie diesen Skill über die CLI und beginnen Sie mit der Verwendung des SKILL.md-Workflows in Ihrem Arbeitsbereich.
Two plugins for Claude Code: trading analysis and dev-workflow toolkit.
# Add this repo as a marketplace, then install
/plugin marketplace add xbklairith/kisune
/plugin install trading@xbklairith-kisune
/plugin install dev-workflow@xbklairith-kisune
# Clone and cd — plugins auto-load from this directory
git clone [email protected]:xbklairith/kisune.git && cd kisune
# Or load a specific plugin for testing
claude --plugin-dir ./dev-workflow
4 skills that auto-activate via natural language.
| Skill | Triggers | What it does |
|---|---|---|
analyze |
"analyze BTC", "check this chart" | Technical indicators, S/R, multi-timeframe |
research |
"document my strategy" | Systematic strategy documentation |
pattern |
"what pattern is this?" | Chart pattern identification |
translate |
"convert to Python" | Strategy to Python + Pine Script |
20 skills, 8 agents, 1 command. Language-agnostic, focused on software architecture.
/dev-workflow:spec # Launch spec-driven workflow (interactive menu)
Planning
| Skill | Triggers |
|---|---|
spec-driven-planning |
"plan new feature", "create specs" |
brainstorming |
"not sure how to approach this" |
Implementation
| Skill | Triggers |
|---|---|
spec-driven-implementation |
"implement this", "let's code" |
test-driven-development |
"implement feature", "fix this bug" |
Quality
| Skill | Triggers |
|---|---|
review |
"review my code", "check this" |
security-review |
"check security", handles auth/input code |
git-workflow |
"commit", "create PR", "push" |
documentation |
"document this", "write README" |
systematic-testing |
"write tests", "debug this" |
skill-maker |
"create a skill", "edit skill" |
Architecture & Infrastructure
| Skill | Triggers |
|---|---|
api-design |
"design API", "review endpoint" |
backend-patterns |
"implement service", "fix N+1" |
database-migrations |
"alter table", "add column" |
deployment-patterns |
"set up CI/CD", "production release" |
e2e-testing |
"write E2E test", "Playwright" |
docker-patterns |
"Dockerize", "docker compose" |
AI/Meta
| Skill | Triggers |
|---|---|
agentic-engineering |
"AI workflow", "model routing" |
eval-harness |
"define pass/fail", "eval" |
search-first |
"before writing custom code" |
Frontend
| Skill | Triggers |
|---|---|
frontend-design |
"build UI", "create component" |
| Agent | When it activates |
|---|---|
architect |
Planning new features, architectural decisions |
build-error-resolver |
Build fails, compilation errors |
code-reviewer |
After writing or modifying code |
database-reviewer |
Writing SQL, designing schemas |
planner |
Complex feature requests, large refactors |
refactor-cleaner |
Dead code, duplicates, unused dependencies |
security-reviewer |
Auth code, user input, API endpoints |
tdd-guide |
New features, bug fixes, refactoring |
/dev-workflow:spec)MIT