kisune
01Plugin Claude Code
Advanced trading and development workflow plugins for Claude Code.
Plugin Claude Code
Advanced trading and development workflow plugins for Claude Code.
Instructions file
Claude Code instructions for xbklairith/kisune, covering claude.md, project overview, repository structure, plugin architecture and trading plugin (4 skills, no commands).
Plugin Claude Code
Language-agnostic development lifecycle — spec-driven planning (Quick/Full modes), TDD, completion validation, code/security review, parallel agent dispatch, and 8 proactive agents.
Agent
Software architecture specialist for system design, scalability, and technical decision-making. Use PROACTIVELY when planning new features, refactoring large systems, or making architectural decisions.
Agent
Build and compilation error resolution specialist. Use PROACTIVELY when build fails or type/compilation errors occur. Fixes build errors only with minimal diffs, no architectural edits. Focuses on getting the build green quickly.
Agent
Expert code review specialist. Use PROACTIVELY after writing or modifying code. Reviews for quality, security, and maintainability.
Agent
PostgreSQL database specialist for query optimization, schema design, security, and performance. Use PROACTIVELY when writing SQL, creating migrations, designing schemas, or troubleshooting database performance. Incorporates Supabase best practices.
Agent
Implementation planning specialist for complex features and refactoring. Use PROACTIVELY when users request feature implementation, architectural changes, or complex refactoring.
Agent
Dead code cleanup and consolidation specialist. Use PROACTIVELY for removing unused code, duplicates, and refactoring. Identifies dead code through static analysis and safely removes it.
Agent
Security vulnerability detection specialist. Use PROACTIVELY after writing code that handles user input, authentication, API endpoints, or sensitive data.
Agent
TDD specialist enforcing write-tests-first methodology. Use PROACTIVELY when writing new features, fixing bugs, or refactoring. Ensures 80%+ coverage.
Command
Launch spec-driven development workflow — picks Quick (single plan.md) or Full (3-file EARS spec) automatically.
Hook
Runs when a session starts on startup, clear and compact, executing run-hook.cmd. From xbklairith/kisune.
Skill Claude CodeCodex
Collaborative refinement of rough ideas into clear requirements/designs through systematic questioning. Use when requirements are vague or exploring architectural options.
Skill Claude CodeCodex
Use when about to claim work is complete, fixed, passing, or ready to commit/PR — requires running verification commands and reading fresh output before any success claim. Evidence before assertions, always.
Skill Claude CodeCodex
Rewrite engineer-to-engineer content for leadership audiences — VPs, directors, PMs, release managers. Shapes for the channel: JIRA comment, Slack post, standup note, email, or meeting talking-points. Use after post-mortem or any technical update that needs to flow up the org.
Skill Claude CodeCodex
Smart git operations — commit messages, branch management, PR creation with summaries. Use for any git workflow.
Skill Claude CodeCodex
Write the canonical engineering record of a fixed bug — root cause, mechanism, fix, validation, and how it slipped through. Use after a debug session lands a validated fix, before closing the bug.
Skill Claude CodeCodex
25-point code quality checklist covering structure, errors, security, performance, and testing. Use before commits or when reviewing code.
Skill Claude CodeCodex
Outsider-perspective deep review of a plan, PR, design doc, or code change — questions intent first (should this exist?), then traces the actual code path end-to-end to verify the change does what it claims. Use for serious PR reviews, design audits, or second opinions. Lighter pre-commit checks use review instead.
Skill Claude CodeCodex
OWASP Top 10 vulnerability detection. Use PROACTIVELY for code handling user input, auth, APIs, payments, or sensitive data.
Skill Claude CodeCodex
Create and edit Claude Code skills with TDD methodology. Use when creating or editing skills. Test with subagents before deployment, iterate until bulletproof.
Skill Claude CodeCodex
Use when facing 2+ independent problems (different test files, unrelated bugs, separate subsystems) that can be investigated in parallel without shared state — covers the dispatch decision, the actual Claude Code parallelism mechanism, prompt construction, and integration after agents return.
Skill Claude CodeCodex
Execute spec-driven implementation — auto-detects Quick (plan.md) or Full (tasks.md) mode and runs step-by-step with verification. Use when implementing a planned feature or running TDD tasks.