BeClaude

trading

New
2Community RegistryGeneralby xb

Multi-market trading analysis and strategy research toolkit for advanced traders

Community PluginView Source

Overview

Two plugins for Claude Code: trading analysis and dev-workflow toolkit.

Install

Option 1: Plugin Marketplace (recommended)

bash
# Add this repo as a marketplace, then install
/plugin marketplace add xbklairith/kisune
/plugin install trading@xbklairith-kisune
/plugin install dev-workflow@xbklairith-kisune

Option 2: Local Development

bash
# 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

Trading Plugin

4 skills that auto-activate via natural language.

SkillTriggersWhat 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

Dev-Workflow Plugin

12 skills, 8 agents, 1 command. Language-agnostic, focused on spec-driven development discipline.

Command

code
/dev-workflow:spec    # Launch spec-driven workflow (interactive menu)

Skills by Category

Bootstrap

SkillTriggers
using-kisuneSession start; enforces skill-check before any action

Planning

SkillTriggers
spec-driven-planning"plan new feature", "create specs"
brainstorming"not sure how to approach this"

Implementation

SkillTriggers
spec-driven-implementation"implement this", "let's code"
test-driven-development"implement feature", "fix this bug"
spawn-agents2+ independent problems, parallel investigation

Quality

SkillTriggers
review"review my code", "check this"
security-review"check security", handles auth/input code
git-workflow"commit", "create PR", "push"
completion-validation"done", "ready to commit", before any success claim
systematic-testing"write tests", "debug this"
skill-maker"create a skill", "edit skill"
spec-review"review this spec", "check my requirements/design"

Agents (auto-activate proactively)

AgentWhen it activates
architectPlanning new features, architectural decisions
build-error-resolverBuild fails, compilation errors
code-reviewerAfter writing or modifying code
database-reviewerWriting SQL, designing schemas
plannerComplex feature requests, large refactors
refactor-cleanerDead code, duplicates, unused dependencies
security-reviewerAuth code, user input, API endpoints
tdd-guideNew features, bug fixes, refactoring

Stats

  • 17 skills (4 trading + 13 dev-workflow)
  • 8 agents (proactive, auto-activate)
  • 1 command (/dev-workflow:spec)
  • 51 files, ~9,600 lines
  • Language-agnostic, spec-compliant

License

MIT

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/trading.md https://raw.githubusercontent.com/xbklairith/kisune/main/SKILL.md
3
Invoke in Claude Code
/trading
View source on GitHub

Frequently Asked Questions

What is trading?

Multi-market trading analysis and strategy research toolkit for advanced traders

How to install trading?

To install trading, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /trading.

What is trading best for?

trading is a community categorized under General. Created by xb.