Stats
Links
Categories
Shared Claude Code skills, agents, and commands for all projects
npx claudepluginhub aaronwald/dlawskillzCore skills, domain agents (waldstorm + ssmd), and workflow commands
Claude Code plugin: workflow skills, domain agents (ssmd + waldstorm), and commands.
Add to ~/.claude/settings.json:
{
"enabledPlugins": {
"dlaw@dlawskillz": true
}
}
commands/)| Command | Description |
|---|---|
/catchup | Read project context and recent git changes |
/session-notes | Generate implementation notes for the session |
/summaryplan | Show open TODO items |
/taskagent | Organize TODOs into phased roadmap |
skills/)| Skill | Description |
|---|---|
waldstorm | Multi-agent expert panel orchestration (security, performance, architecture) |
ssmdstorm | ssmd-specific expert panel (extends waldstorm with market data experts) |
ssmd-deploy | Deploy ssmd components to GKE (tag, build, manifest, Flux) |
ssmd-dq-run | Run data quality checks and interpret results |
ssmd-dq-checks | Catalog of DQ checks — behavior, pass/fail criteria, fixes |
ssmd-health-run | Run health checks and interpret results |
ssmd-health-metrics | Catalog of health metrics — sources, thresholds, queries |
simplify | Analyze code for simplification opportunities |
agents/)ssmd pipeline:
| Agent | subagent_type | Focus |
|---|---|---|
| Data Feed | dlaw:ssmd-data-feed | Connectors, WebSocket, NATS, sharding |
| Data Quality | dlaw:ssmd-data-quality | NATS vs API reconciliation, DQ checks |
| Secmaster | dlaw:ssmd-secmaster | Market metadata, sync, CDC, Redis cache |
| Symbology | dlaw:ssmd-symbology | DB tables, NATS subjects, cross-exchange mapping |
| Access Feed | dlaw:ssmd-access-feed | Trading APIs, orderbook, fills, positions |
| CLI | dlaw:ssmd-cli | ssmd CLI commands, env management |
| Parquet Backfill | dlaw:ssmd-parquet-backfill | Parquet generation, K8s Jobs, GCS verification |
| Health | dlaw:ssmd-health | Environment health assessment and reporting |
| Secmaster Mappings | dlaw:ssmd-secmaster-mappings | Cross-exchange ID mapping patterns |
| Harman Deploy | dlaw:ssmd-harman-deploy | Harman OMS K8s deployment, new instance setup |
| Integration Test | dlaw:ssmd-integration-test | Kalshi demo + harman live integration tests |
General experts:
| Agent | subagent_type | Focus |
|---|---|---|
| Senior Developer | dlaw:senior-developer | Architecture, design patterns, code quality |
| Code Reviewer | dlaw:code-reviewer | Best practices, consistency, edge cases |
| Security Engineer | dlaw:security-engineer | Vulnerabilities, auth, secrets, OWASP |
| Performance | dlaw:performance-expert | Bottlenecks, scalability, caching |
| Database | dlaw:database-expert | Schema, queries, migrations, indexing |
| QA/Testing | dlaw:qa-testing-expert | Test coverage, failure modes, regression |
| API Designer | dlaw:api-designer | Interface contracts, REST/GraphQL patterns |
| DevOps | dlaw:devops-engineer | CI/CD, deployment, observability |
| Platform/Infra | dlaw:platform-infra | Kubernetes, cloud architecture, networking |
| Cost Analyst | dlaw:cost-analyst | Resource efficiency, cloud spend |
| Debugger | dlaw:debugger-troubleshooter | Root cause analysis, systematic debugging |
| Documentation | dlaw:documentation-writer | Clarity, completeness, examples |
Development marketplace for Superpowers core skills library
Harness-native ECC skills, hooks, rules, MCP conventions, and operator workflows
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.