@softspark/ai-toolkit 3.5.0 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/AGENTS.md +18 -23
- package/CHANGELOG.md +60 -0
- package/README.md +20 -10
- package/app/.claude-plugin/plugin.json +1 -1
- package/app/ARCHITECTURE.md +1 -9
- package/app/agents/chief-of-staff.md +1 -1
- package/app/agents/meta-architect.md +1 -1
- package/app/agents/night-watchman.md +1 -1
- package/app/agents/orchestrator.md +1 -1
- package/app/agents/predictive-analyst.md +1 -1
- package/app/agents/product-manager.md +1 -1
- package/app/plugins/research-pack/plugin.json +1 -1
- package/app/skills/a11y-validate/SKILL.md +1 -1
- package/app/skills/api-patterns/SKILL.md +1 -1
- package/app/skills/app-builder/SKILL.md +1 -1
- package/app/skills/architecture-audit/SKILL.md +1 -1
- package/app/skills/biz-scan/SKILL.md +1 -1
- package/app/skills/ci-cd-patterns/SKILL.md +1 -1
- package/app/skills/debug/SKILL.md +28 -0
- package/app/skills/design-an-interface/SKILL.md +1 -1
- package/app/skills/docker-devops/SKILL.md +1 -1
- package/app/skills/evolve/SKILL.md +1 -1
- package/app/skills/explain/SKILL.md +1 -1
- package/app/skills/explore/SKILL.md +1 -1
- package/app/skills/flutter-patterns/SKILL.md +1 -1
- package/app/skills/git-mastery/SKILL.md +1 -1
- package/app/skills/index/SKILL.md +1 -1
- package/app/skills/mcp-patterns/SKILL.md +1 -1
- package/app/skills/mem-search/SKILL.md +1 -1
- package/app/skills/migrate/SKILL.md +1 -1
- package/app/skills/migration-patterns/SKILL.md +1 -1
- package/app/skills/observability-patterns/SKILL.md +1 -1
- package/app/skills/performance-profiling/SKILL.md +1 -1
- package/app/skills/persona/SKILL.md +1 -1
- package/app/skills/plan/SKILL.md +22 -0
- package/app/skills/refactor-plan/SKILL.md +1 -1
- package/app/skills/research-mastery/SKILL.md +13 -1
- package/app/skills/swarm/SKILL.md +10 -5
- package/app/skills/typescript-patterns/SKILL.md +1 -1
- package/kb/procedures/release-verification-sop.md +1 -1
- package/kb/reference/codex-cli-compatibility.md +0 -1
- package/kb/reference/opencode-compatibility.md +1 -1
- package/kb/reference/skills-catalog.md +2 -13
- package/llms-full.txt +22 -39
- package/manifest.json +3 -3
- package/package.json +2 -2
- package/scripts/codex_skill_adapter.py +2 -7
- package/app/skills/debugging-tactics/SKILL.md +0 -136
- package/app/skills/hive-mind/SKILL.md +0 -57
- package/app/skills/plan-writing/SKILL.md +0 -228
- package/app/skills/search/SKILL.md +0 -64
- package/app/skills/teams/SKILL.md +0 -63
- package/app/skills/teams/reference/presets.md +0 -52
package/AGENTS.md
CHANGED
|
@@ -446,20 +446,20 @@ Specialized agent personas — apply their expertise for relevant tasks:
|
|
|
446
446
|
|
|
447
447
|
Skills are invocable commands or auto-loaded knowledge sources:
|
|
448
448
|
|
|
449
|
-
- **a11y-validate**: Accessibility validator
|
|
449
|
+
- **a11y-validate**: Accessibility validator: WCAG 2.1 AA, EN 301 549, EAA. Triggers: a11y, accessibility, WCAG, EAA, ARIA, contrast, keyboard, screen reader.
|
|
450
450
|
- **agent-creator**: Creates new specialized agents with frontmatter, tools, delegation. Triggers: new agent, create agent, agent scaffold, specialized agent.
|
|
451
451
|
- **analyze**: Analyzes code quality, complexity, patterns across codebase. Triggers: quality report, hotspot scan, code analysis, architecture signal.
|
|
452
|
-
- **api-patterns**: REST/GraphQL API design: naming, versioning, pagination, idempotency, OpenAPI. Triggers: API design, REST, GraphQL,
|
|
453
|
-
- **app-builder**: App scaffolding: Next.js, Vite, Nuxt, Astro, FastAPI, Django, Laravel, RN, Flutter
|
|
454
|
-
- **architecture-audit**: Audits codebase for architectural friction
|
|
452
|
+
- **api-patterns**: REST/GraphQL API design: naming, versioning, pagination, idempotency, OpenAPI. Triggers: API design, REST, GraphQL, OpenAPI, Swagger, idempotency, rate limit.
|
|
453
|
+
- **app-builder**: App scaffolding: Next.js, Vite, Nuxt, Astro, FastAPI, Django, Laravel, RN, Flutter. Triggers: scaffold, bootstrap, new project, starter, dashboard, mobile app.
|
|
454
|
+
- **architecture-audit**: Audits codebase for architectural friction, shallow modules; proposes RFCs. Triggers: improve architecture, shallow modules, deepen modules, reduce coupling. Codex-adapted: uses native subagents and plan tracking.
|
|
455
455
|
- **architecture-decision**: Architecture decisions in ADR/RFC/RFD format: context, constraints, options, recommendation. Triggers: ADR, RFC, RFD, trade-offs, design choice, pick between, evaluate approach.
|
|
456
|
-
- **biz-scan**: Scans codebase
|
|
456
|
+
- **biz-scan**: Scans codebase for revenue opportunities, KPIs, monetization gaps. Triggers: business metrics, KPI, analytics gaps, monetization, revenue.
|
|
457
457
|
- **brand-voice**: Direct technical voice for docs, README, user-facing text. Concise/strict modes. Triggers: documentation, README, content, output-mode, voice, prose style.
|
|
458
458
|
- **briefing**: Executive daily briefing aggregating reports from all agents into decision-focused summary. Triggers: briefing, daily summary, status across system, executive update.
|
|
459
459
|
- **build**: Builds project with auto-detected toolchain (npm, poetry, cargo, go, flutter, Docker). Triggers: build, compile, bundle, produce artifacts.
|
|
460
460
|
- **chaos**: Injects controlled faults for resilience testing on non-prod. Triggers: chaos, fault injection, latency injection, dependency kill, resilience test.
|
|
461
461
|
- **ci**: Detect/generate/debug CI pipeline config (GitHub Actions, GitLab CI). Triggers: CI setup, build pipeline, GitHub Actions config, debug CI, GitLab CI.
|
|
462
|
-
- **ci-cd-patterns**: CI/CD: GitHub Actions, GitLab CI, Jenkins, caching, blue-green, canary
|
|
462
|
+
- **ci-cd-patterns**: CI/CD: GitHub Actions, GitLab CI, Jenkins, caching, blue-green, canary. Triggers: CI, CD, pipeline, GitHub Actions, workflow YAML, release, canary, rollout.
|
|
463
463
|
- **clean-code**: Code quality: meaningful names, SRP, DRY, small functions, guard clauses, refactoring. Triggers: clean code, naming, code smell, SRP, DRY, long function, god class, dead code.
|
|
464
464
|
- **command-creator**: Creates new Claude Code slash commands with frontmatter and validation. Triggers: new slash command, create command, command scaffold.
|
|
465
465
|
- **commit**: Creates Conventional Commits with pre-commit validation. Triggers: commit, conventional commit, git commit, message.
|
|
@@ -472,26 +472,24 @@ Skills are invocable commands or auto-loaded knowledge sources:
|
|
|
472
472
|
- **dart-rules**: Dart/Flutter coding rules: style, patterns, security, testing. Triggers: .dart, pubspec.yaml, Flutter, Riverpod, Bloc, widget, StatelessWidget, StatefulWidget.
|
|
473
473
|
- **database-patterns**: DB schema design and query tuning: normalization, indexing, N+1, transactions, EXPLAIN. Triggers: schema, index, slow query, N+1, PostgreSQL, MySQL, EXPLAIN, deadlock, query plan.
|
|
474
474
|
- **debug**: Systematic debugging via logs, health checks, hypothesis-driven investigation. Triggers: debug, error, trace root cause, fix bug, reproduce symptom, investigation.
|
|
475
|
-
- **debugging-tactics**: RCA debugging: investigation, hypothesis, validation, fix. No fix without RCA. Triggers: bug, error, exception, stack trace, intermittent, flaky, crash, regression, broken after.
|
|
476
475
|
- **deploy**: Deploys with pre-flight checks and health verification. Triggers: deploy, deployment, ship, release, push to prod.
|
|
477
|
-
- **design-an-interface**: Generates
|
|
476
|
+
- **design-an-interface**: Generates and compares parallel interface designs (Ousterhout 'Design It Twice'). Triggers: design API, interface options, compare modules, design it twice. Codex-adapted: uses native subagents and plan tracking.
|
|
478
477
|
- **design-engineering**: UI craftsmanship: animation rules, easing, micro-interactions, state polish. Triggers: animation, transition, ease-out, motion, micro-interaction, hover, loading state, UI polish.
|
|
479
|
-
- **docker-devops**: Docker/K8s
|
|
478
|
+
- **docker-devops**: Docker/K8s: Dockerfile, multi-stage, compose, manifests, Helm. Triggers: Docker, Dockerfile, container, Kubernetes, k8s, compose, Helm, pod.
|
|
480
479
|
- **docs**: Generates/updates README, API docs, architecture notes. Triggers: docs, README, API docs, architecture note, documentation.
|
|
481
480
|
- **documentation-standards**: KB conventions: YAML frontmatter, 5-category taxonomy (reference/howto/procedures/troubleshooting/best-practices). Triggers: kb/, SOP, runbook, howto, frontmatter, knowledge base.
|
|
482
481
|
- **ecommerce-patterns**: E-commerce: cart, checkout, payments (Stripe/Adyen), order state, inventory, promos, tax. Triggers: cart, checkout, SKU, payment, Stripe, Shopify, Medusa, Magento, coupon, refund.
|
|
483
482
|
- **evaluate**: Evaluates RAG retrieval and LLM-as-judge metrics (faithfulness, relevancy, context precision). Triggers: measure RAG quality, knowledge gap, RAG eval, golden dataset.
|
|
484
|
-
- **evolve**: Analyzes
|
|
483
|
+
- **evolve**: Analyzes agent/skill failures, drafts prompt/permission fixes. Triggers: improve agent, refine skill, system prompt, optimize agent.
|
|
485
484
|
- **explain**: Explains code/architecture with Mermaid diagrams and sequence flows. Triggers: what does X do, how does Y work, explain code, sequence diagram.
|
|
486
485
|
- **explore**: Explores codebase structure, stack, and architecture. Triggers: explore codebase, project structure, stack overview, architecture map.
|
|
487
486
|
- **fix**: Applies targeted fix to known bug/lint error, verifies with same command that surfaced it. Triggers: fix, apply fix, fix bug, fix lint, targeted fix.
|
|
488
|
-
- **flutter-patterns**: Flutter/Dart:
|
|
489
|
-
- **git-mastery**: Advanced Git: rebase, bisect, reflog, cherry-pick, worktrees,
|
|
487
|
+
- **flutter-patterns**: Flutter/Dart: widgets, state mgmt (Riverpod/Bloc), navigation, platform channels. Triggers: Flutter, Dart, widget, Riverpod, Bloc, pubspec, hot reload.
|
|
488
|
+
- **git-mastery**: Advanced Git: rebase, bisect, reflog, cherry-pick, worktrees, LFS. Triggers: rebase, bisect, cherry-pick, reflog, force push, merge conflict, worktree.
|
|
490
489
|
- **golang-rules**: Go coding rules: style, patterns, security, testing. Triggers: .go, go.mod, go.sum, Gin, Echo, Gorilla, testing, gofmt.
|
|
491
490
|
- **grill-me**: Stress-tests a plan via Socratic questioning down each decision branch. Triggers: stress-test, grill me, validate assumptions, challenge plan, socratic review. Codex-adapted: uses native subagents and plan tracking.
|
|
492
491
|
- **health**: Service/infra health via liveness/readiness checks, resource usage, quick diagnostics. Triggers: health check, services up, system status, infra health, degraded service.
|
|
493
492
|
- **hipaa-validate**: HIPAA validator: PHI exposure, audit logging, encryption, access control, BAA refs. Triggers: HIPAA, PHI, healthcare compliance, audit log, BAA.
|
|
494
|
-
- **hive-mind**: Multi-agent swarm: consensus voting, output aggregation, file ownership, map-reduce. Triggers: swarm, hive mind, multi-agent, consensus, parallel agents, team of agents, agent voting.
|
|
495
493
|
- **hook-creator**: Create new Claude Code lifecycle hook (PreToolUse/PostToolUse/Stop/SessionStart) with bash + hooks.json. Triggers: create hook, lifecycle hook, PreToolUse, PostToolUse, hook event.
|
|
496
494
|
- **index**: Reindexes KB for semantic search via vector store (Qdrant). Triggers: reindex KB, rebuild index, vector reindex, refresh embeddings.
|
|
497
495
|
- **instinct-review**: Reviews/promotes/removes instincts from `.claude/instincts/*.md`. Triggers: instinct review, curate instincts, manage instincts, promote instinct.
|
|
@@ -503,22 +501,21 @@ Skills are invocable commands or auto-loaded knowledge sources:
|
|
|
503
501
|
- **kotlin-rules**: Kotlin coding rules: style, patterns, security, testing. Triggers: .kt, .kts, build.gradle.kts, Ktor, Jetpack Compose, coroutines, kotlinx.
|
|
504
502
|
- **lint**: Runs linter+typechecker with auto-detected toolchain (ruff/mypy, eslint/tsc, phpstan, golangci-lint, clippy). Triggers: lint, typecheck, static analysis.
|
|
505
503
|
- **mcp-builder**: Builds production MCP servers via 4-phase methodology: research, implement, test, evaluate. Triggers: build MCP, new MCP, MCP integration, MCP server scaffold.
|
|
506
|
-
- **mcp-patterns**: MCP server design: tool schemas, resources, stdio/SSE
|
|
504
|
+
- **mcp-patterns**: MCP server design: tool schemas, resources, stdio/SSE, capability negotiation. Triggers: MCP, Model Context Protocol, JSON-RPC, stdio, SSE, Claude Desktop.
|
|
507
505
|
- **medplum-rules**: Medplum (FHIR healthcare) coding rules: style, patterns, security, testing. Triggers: medplum.config.mts, medplum.config.ts, FHIR, Medplum, Bot, Subscription, Questionnaire.
|
|
508
506
|
- **mem-search**: Searches past coding sessions for observations, decisions, context. Triggers: mem-search, recall session, past work, prior decisions, session history.
|
|
509
|
-
- **migrate**: Run/create DB migrations
|
|
510
|
-
- **migration-patterns**: Zero-downtime DB migrations: expand-contract, double-write, backfill, blue-green
|
|
507
|
+
- **migrate**: Run/create DB migrations (Alembic, Prisma, Laravel, Django, Flyway, Drizzle); checks backup. Triggers: apply migration, rollback, generate migration.
|
|
508
|
+
- **migration-patterns**: Zero-downtime DB migrations: expand-contract, double-write, backfill, blue-green. Triggers: migration, schema change, backfill, ALTER TABLE, online DDL.
|
|
511
509
|
- **model-routing-patterns**: Multi-model pipelines (Haiku/Sonnet/Opus): cost routing, escalation, fallback chains. Triggers: model routing, Haiku, Sonnet, Opus, escalation, fallback chain.
|
|
512
510
|
- **night-watch**: Autonomous maintenance (dep updates, dead code, small refactors) in isolated branch, off-hours. Triggers: night watch, autonomous maintenance, dep updates.
|
|
513
|
-
- **observability-patterns**: Observability: structured logs, metrics (RED/USE), tracing
|
|
511
|
+
- **observability-patterns**: Observability: structured logs, metrics (RED/USE), tracing, SLO/SLI. Triggers: logging, metrics, Prometheus, Grafana, OpenTelemetry, trace, monitoring.
|
|
514
512
|
- **onboard**: Sets up ai-toolkit in a project: symlinks, CLAUDE.md, intent interview. Triggers: onboard, setup project, install ai-toolkit, migrate project.
|
|
515
513
|
- **orchestrate**: Coordinates multiple specialized agents in parallel. Triggers: orchestrate, multi-agent, parallel agents, coordinate agents. Codex-adapted: uses native subagents and plan tracking.
|
|
516
514
|
- **panic**: Emergency kill switch — halts all agents via lockfile gate. Triggers: panic, stop everything, kill switch, halt agents, agents looping.
|
|
517
|
-
- **performance-profiling**: Performance: golden signals
|
|
515
|
+
- **performance-profiling**: Performance: golden signals, p50/p95/p99, flame graphs, load testing. Triggers: performance, slow, latency, p99, flame graph, bottleneck, memory leak.
|
|
518
516
|
- **persona**: Switches engineering persona at runtime. Triggers: persona, switch role, backend-lead, frontend-lead, devops-eng, junior-dev.
|
|
519
517
|
- **php-rules**: PHP coding rules: style, patterns, security, testing. Triggers: .php, composer.json, Laravel, Symfony, PHPUnit, PSR-12, Composer.
|
|
520
518
|
- **plan**: Breaks features/goals into phased plans with task lists, agent assignments, dependencies. Triggers: plan feature, implementation roadmap, break down task, project phases.
|
|
521
|
-
- **plan-writing**: Implementation plans + pre-mortems: phases, success criteria, risks, rollback, acceptance tests. Triggers: implementation plan, pre-mortem, phased plan, task breakdown, risk register.
|
|
522
519
|
- **plugin-creator**: Creates opt-in plugin packs with manifests + module scaffolding for Claude/Codex. Triggers: new plugin, plugin pack, plugin scaffold.
|
|
523
520
|
- **pr**: Creates GitHub PR after pre-flight checks (lint/typecheck/tests), structured summary from commits. Triggers: pr, pull request, create PR, ready to merge.
|
|
524
521
|
- **prd-to-issues**: Splits a PRD into vertical-slice GitHub issues with HITL/AFK tagging and dependencies. Triggers: PRD to issues, create tickets, break down PRD, work items.
|
|
@@ -531,14 +528,13 @@ Skills are invocable commands or auto-loaded knowledge sources:
|
|
|
531
528
|
- **refactor**: Refactors code for quality and maintainability. Triggers: refactor, clean up, restructure, improve code, modernize.
|
|
532
529
|
- **refactor-plan**: Creates detailed refactor plan with tiny commits via interview, files as GitHub RFC. Triggers: refactor plan, refactoring RFC, incremental refactor, safe steps. Codex-adapted: uses native subagents and plan tracking.
|
|
533
530
|
- **repeat**: Runs prompt/slash command on recurring interval until done or limit. Triggers: repeat, recurring task, poll status, run every N minutes, interval. Codex-adapted: uses native subagents and plan tracking.
|
|
534
|
-
- **research-mastery**: Hierarchical retrieval: KB
|
|
531
|
+
- **research-mastery**: Hierarchical retrieval: KB → MCP/Context7 → web. Triggers: research, fact-check, verify, synthesize, cross-reference, multi-source, cite sources.
|
|
535
532
|
- **review**: Reviews code for quality, security, correctness. Triggers: code review, quality review, security review, review PR, review branch.
|
|
536
533
|
- **rollback**: Rolls back git commit, DB migration, or deploy to known-good with safety + health checks. Triggers: rollback, revert deploy, revert migration, rollback commit, git revert.
|
|
537
534
|
- **ruby-patterns**: Ruby/Rails: blocks, metaprogramming, ActiveRecord, Sidekiq, RSpec, Sorbet, Hanami. Triggers: Ruby, Rails, ActiveRecord, Sidekiq, RSpec, Gemfile, bundler, Hanami, Sorbet.
|
|
538
535
|
- **ruby-rules**: Ruby coding rules: style, patterns, security, testing. Triggers: .rb, Gemfile, .gemspec, Rails, ActiveRecord, Sidekiq, RSpec, Sorbet, rubocop.
|
|
539
536
|
- **rust-patterns**: Rust: ownership, lifetimes, async (Tokio), Result/anyhow/thiserror, traits, unsafe. Triggers: Rust, borrow checker, lifetime, Tokio, cargo, trait, impl, Result, unsafe, clippy.
|
|
540
537
|
- **rust-rules**: Rust coding rules: style, patterns, security, testing. Triggers: .rs, Cargo.toml, Cargo.lock, Tokio, Axum, Serde, clippy, cargo test.
|
|
541
|
-
- **search**: Searches the KB with semantic + hybrid modes. Triggers: search KB, semantic search, hybrid search, knowledge base query.
|
|
542
538
|
- **security-patterns**: App security: OWASP, authN/authZ, input validation, secrets, TLS, CSRF/XSS/SQLi, JWT, CSP. Triggers: security, OWASP, auth, JWT, CSRF, XSS, SQL injection, secrets, TLS, CSP, CORS.
|
|
543
539
|
- **seo-validate**: SEO validator: meta/OG, Schema.org, hreflang, Core Web Vitals, crawlability. Triggers: SEO, meta tags, Schema.org, hreflang, LCP, INP, CLS, Core Web Vitals, sitemap, crawlability.
|
|
544
540
|
- **skill-audit**: Scans skills/agents for security risks: dangerous patterns, secrets, excessive perms. Triggers: skill audit, security scan, agent audit, dangerous pattern.
|
|
@@ -548,11 +544,10 @@ Skills are invocable commands or auto-loaded knowledge sources:
|
|
|
548
544
|
- **swift-patterns**: Swift/iOS: SwiftUI, Combine, async/await, actors, SPM, Core Data, UIKit interop. Triggers: Swift, SwiftUI, Combine, iOS, Xcode, actor, Core Data, @MainActor, @State.
|
|
549
545
|
- **swift-rules**: Swift coding rules: style, patterns, security, testing. Triggers: .swift, Package.swift, .xcodeproj, SwiftUI, Combine, async/await, XCTest.
|
|
550
546
|
- **tdd**: TDD with red-green-refactor loop and vertical slices. Triggers: TDD, test-first, red-green-refactor, test driving development. Codex-adapted: uses native subagents and plan tracking.
|
|
551
|
-
- **teams**: Launches multi-agent teams for review, debugging, feature dev, security audits, migrations. Triggers: multi-agent workflow, agent teams, team review, parallel agent collaboration. Codex-adapted: uses native subagents and plan tracking.
|
|
552
547
|
- **test**: Runs project test suite with coverage, auto-detects framework (pytest, vitest, jest, flutter, go, cargo, phpunit). Triggers: run tests, test suite, coverage report.
|
|
553
548
|
- **testing-patterns**: Testing strategy: pyramid, AAA, mocks/fakes/stubs, flaky tests, coverage. Triggers: test, fixture, mock, stub, e2e, TDD, Playwright, Cypress, flaky, coverage, property-based.
|
|
554
549
|
- **triage-issue**: Bug triage: explores codebase for root cause, files GitHub issue with TDD fix plan. Triggers: triage, investigate bug, fix plan, root cause, file issue, bug report. Codex-adapted: uses native subagents and plan tracking.
|
|
555
|
-
- **typescript-patterns**: TypeScript
|
|
550
|
+
- **typescript-patterns**: TypeScript types: generics, discriminated unions, Zod, satisfies, branded types. Triggers: TypeScript, TS, generics, Zod, satisfies, strict mode.
|
|
556
551
|
- **typescript-rules**: TypeScript/JavaScript coding rules: style, patterns, security, testing. Triggers: .ts, .tsx, .js, .jsx, package.json, tsconfig.json, React, Next.js, Vue, Vite, Vitest, Jest, ESLint.
|
|
557
552
|
- **ubiquitous-language**: Extracts DDD ubiquitous language glossary, flags ambiguities, saves to UBIQUITOUS_LANGUAGE.md. Triggers: define domain terms, build glossary, harden terminology, DDD, domain model.
|
|
558
553
|
- **verification-before-completion**: Forces verification commands before success claims. Evidence before assertions. Triggers: complete, fixed, passing, done, ready, verified.
|
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,66 @@ Versioning follows [Semantic Versioning](https://semver.org/).
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## v4.0.0 — Skill consolidation: 112 → 107, removes 5 overlapping skills (2026-05-06)
|
|
11
|
+
|
|
12
|
+
**Breaking release.** Five redundant skills removed; their substantive knowledge migrated into the surviving targets. Resolves the `/skills` listing truncation that v3.5.x partially addressed and removes user-facing overlap that made dispatch ambiguous.
|
|
13
|
+
|
|
14
|
+
### Removed (BREAKING)
|
|
15
|
+
|
|
16
|
+
- **`/search`** (task skill) — `/research-mastery` is the superset, now includes local Grep/Glob fallback for the no-MCP case.
|
|
17
|
+
- **`/teams`** (task skill) — `/workflow` covers all preset scenarios (debug, feature, security, migration, etc.) without requiring `CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1`.
|
|
18
|
+
- **`plan-writing`** (knowledge skill) — estimation patterns and pre-mortem rules merged into `/plan`.
|
|
19
|
+
- **`debugging-tactics`** (knowledge skill) — Iron Law, 4-phase methodology, and "5 Whys" merged into `/debug`.
|
|
20
|
+
- **`hive-mind`** (knowledge skill) — consensus voting and aggregation rules merged into `/swarm`.
|
|
21
|
+
|
|
22
|
+
### Changed
|
|
23
|
+
|
|
24
|
+
- **`/plan`** — added Estimation & Templates section (T-shirt sizing, cone of uncertainty, SMART vs phase-aligned outcomes, mandatory pre-mortem ≥5 failure modes).
|
|
25
|
+
- **`/debug`** — added Methodology section (Iron Law, 4 phases, "5 Whys" depth gate, architecture escalation after 3 failed fixes).
|
|
26
|
+
- **`/swarm`** — Aggregation section now covers consensus weighted voting and file-ownership escalation rules previously in `hive-mind`.
|
|
27
|
+
- **`/research-mastery`** — added Local Fallback section for Grep/Glob when `rag-mcp` is unavailable.
|
|
28
|
+
- **Agent `skills:` field** — `orchestrator`, `product-manager`, `chief-of-staff` switched from `plan-writing` to `plan`. `meta-architect`, `night-watchman`, `predictive-analyst` switched from `debugging-tactics` to `debug`.
|
|
29
|
+
- **`research-pack` plugin** — dropped `search`, `plan-writing` from skill list; added `plan`.
|
|
30
|
+
- **Cross-references** — `/refactor-plan`, `/persona`, `/explore`, `/mem-search`, `/explain`, `/index` updated to reference surviving skills.
|
|
31
|
+
- **`scripts/codex_skill_adapter.py`** — removed dead `teams`-specific branch; `_adapt_body` no longer takes `skill_name`.
|
|
32
|
+
- **Documentation counts** — `README.md`, `package.json`, `manifest.json`, `app/ARCHITECTURE.md`, `kb/reference/skills-catalog.md` updated from 112 → 107.
|
|
33
|
+
|
|
34
|
+
### Migration
|
|
35
|
+
|
|
36
|
+
| Before | After |
|
|
37
|
+
|--------|-------|
|
|
38
|
+
| `/search <query>` | `/research-mastery <query>` |
|
|
39
|
+
| `/teams <preset>` | `/workflow <type>` |
|
|
40
|
+
| Agent `skills: plan-writing` | Agent `skills: plan` |
|
|
41
|
+
| Agent `skills: debugging-tactics` | Agent `skills: debug` |
|
|
42
|
+
| Agent `skills: hive-mind` | Agent `skills: swarm` |
|
|
43
|
+
|
|
44
|
+
### Why
|
|
45
|
+
|
|
46
|
+
`/skills` listing reported 2.1%/2% truncation in Claude Code 2.1.131 — 5 descriptions silently dropped. v3.5.x trimmed individual descriptions; v4.0.0 removes the underlying overlap (5 skills with knowledge already covered elsewhere). Net effect: smaller listing, no lost knowledge, clearer dispatch.
|
|
47
|
+
|
|
48
|
+
---
|
|
49
|
+
|
|
50
|
+
## v3.5.1 — Description trim follow-up + GEMINI/Copilot drift fix (2026-05-06)
|
|
51
|
+
|
|
52
|
+
Patch release. Continues v3.5.0 condensation on 20 skills and re-syncs platform artifacts that v3.5.0 forgot to regenerate.
|
|
53
|
+
|
|
54
|
+
### Changed
|
|
55
|
+
|
|
56
|
+
- **20 skills with further trimmed descriptions** — `a11y-validate`, `api-patterns`, `app-builder`, `architecture-audit`, `biz-scan`, `ci-cd-patterns`, `design-an-interface`, `docker-devops`, `evolve`, `flutter-patterns`, `git-mastery`, `hive-mind`, `mcp-patterns`, `migrate`, `migration-patterns`, `observability-patterns`, `performance-profiling`, `plan-writing`, `research-mastery`, `typescript-patterns`. Drops redundant trigger keywords already implied by the summary.
|
|
57
|
+
- **`AGENTS.md`, `llms-full.txt`** regenerated to match the new descriptions.
|
|
58
|
+
|
|
59
|
+
### Fixed
|
|
60
|
+
|
|
61
|
+
- **`GEMINI.md` and `.github/copilot-instructions.md`** were not regenerated by the v3.5.0 release commit — they still carried pre-v3.5.0 verbose descriptions. Both now refreshed via `npm run generate:all`.
|
|
62
|
+
- **`/audit.sarif`** added to `.gitignore` so output from `audit_skills.py --ci` does not pollute `git status`.
|
|
63
|
+
|
|
64
|
+
### Why
|
|
65
|
+
|
|
66
|
+
Drift in two generated platform files was visible only after running `npm run generate:all` on a clean v3.5.0 checkout. The fix is mechanical and contains no behavior change beyond the description tweaks.
|
|
67
|
+
|
|
68
|
+
---
|
|
69
|
+
|
|
10
70
|
## v3.5.0 — Skill description condensation: 33% smaller, consistent pattern (2026-05-06)
|
|
11
71
|
|
|
12
72
|
Minor release. All 112 skill descriptions rewritten into a single consistent pattern: short summary, then `Triggers: <comma-separated keywords>.` Drops the verbose "Load when..." tail entirely. Consequence: Claude Code's skill listing fits in ~2% context budget without truncation, and the trigger lists stay intact for accurate auto-loading.
|
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# ai-toolkit
|
|
2
2
|
|
|
3
|
-
> Professional-grade AI coding toolkit with multi-platform support. Machine-enforced safety,
|
|
3
|
+
> Professional-grade AI coding toolkit with multi-platform support. Machine-enforced safety, 107 skills, 44 agents, expanded lifecycle hooks, persona presets, experimental opt-in plugin packs, and benchmark tooling — works with Claude, Cursor, Windsurf, Copilot, Gemini, Cline, Roo Code, Aider, Augment, Google Antigravity, Codex CLI, and opencode, ready in 60 seconds.
|
|
4
4
|
|
|
5
5
|
[](https://github.com/softspark/ai-toolkit/actions/workflows/ci.yml)
|
|
6
6
|
[](LICENSE)
|
|
7
|
-
[](app/skills/)
|
|
8
8
|
[](app/agents/)
|
|
9
9
|
[](tests/)
|
|
10
10
|
|
|
@@ -14,14 +14,24 @@
|
|
|
14
14
|
|
|
15
15
|
---
|
|
16
16
|
|
|
17
|
-
## What's New in
|
|
17
|
+
## What's New in v4.0.0
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
**Breaking release.** Skill catalog consolidated from 112 → 107: removes 5 redundant skills, merges their substantive knowledge into the surviving targets. Eliminates `/skills` truncation and removes overlap that confused agent dispatch.
|
|
20
20
|
|
|
21
|
-
- **
|
|
22
|
-
-
|
|
23
|
-
-
|
|
24
|
-
-
|
|
21
|
+
- **`/search` removed** — `/research-mastery` is the superset (KB → MCP/Context7 → web with hierarchy of truth). Local Grep/Glob fallback is now part of `/research-mastery`.
|
|
22
|
+
- **`/teams` removed** — `/workflow` covers the same scenarios without the experimental `CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS` flag.
|
|
23
|
+
- **`plan-writing` knowledge skill removed** — estimation patterns (T-shirt sizing, cone of uncertainty) and pre-mortem rules are now part of `/plan`.
|
|
24
|
+
- **`debugging-tactics` knowledge skill removed** — Iron Law, 4-phase methodology, and "5 Whys" are now part of `/debug`.
|
|
25
|
+
- **`hive-mind` knowledge skill removed** — consensus voting and aggregation merged into `/swarm`.
|
|
26
|
+
|
|
27
|
+
### Migration
|
|
28
|
+
|
|
29
|
+
| Before | After |
|
|
30
|
+
|--------|-------|
|
|
31
|
+
| `/search <query>` | `/research-mastery <query>` |
|
|
32
|
+
| `/teams <preset>` | `/workflow <type>` |
|
|
33
|
+
| Agent `skills: plan-writing` | Agent `skills: plan` |
|
|
34
|
+
| Agent `skills: debugging-tactics` | Agent `skills: debug` |
|
|
25
35
|
|
|
26
36
|
See [CHANGELOG.md](CHANGELOG.md) for full history.
|
|
27
37
|
|
|
@@ -55,7 +65,7 @@ ai-toolkit install
|
|
|
55
65
|
npx @softspark/ai-toolkit install
|
|
56
66
|
```
|
|
57
67
|
|
|
58
|
-
**That's it.** Claude Code picks up
|
|
68
|
+
**That's it.** Claude Code picks up 107 skills, 44 agents, quality hooks, and the safety constitution automatically.
|
|
59
69
|
|
|
60
70
|
**Windows:** WSL is the recommended runtime. Native Windows works when Git Bash is available for hook scripts; dependency hints cover `winget`, Chocolatey, and Scoop. See [Windows Support](kb/reference/windows-support.md).
|
|
61
71
|
|
|
@@ -145,7 +155,7 @@ See [CLI Reference](kb/reference/cli-reference.md) for all commands and options.
|
|
|
145
155
|
ai-toolkit/
|
|
146
156
|
├── app/
|
|
147
157
|
│ ├── agents/ # 44 agent definitions
|
|
148
|
-
│ ├── skills/ #
|
|
158
|
+
│ ├── skills/ # 107 skills (task / hybrid / knowledge)
|
|
149
159
|
│ ├── rules/ # Auto-injected into your CLAUDE.md
|
|
150
160
|
│ ├── hooks/ # Hook scripts (21 entries, 12 lifecycle events)
|
|
151
161
|
│ ├── plugins/ # 11 experimental plugin packs (opt-in)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ai-toolkit",
|
|
3
3
|
"description": "Professional-grade Claude Code toolkit with persona presets, skill security auditor, expanded lifecycle hooks, experimental opt-in plugin packs, benchmark harvesting, and multi-tool support.",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "4.0.0",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "SoftSpark",
|
|
7
7
|
"url": "https://github.com/softspark"
|
package/app/ARCHITECTURE.md
CHANGED
|
@@ -200,7 +200,6 @@ The toolkit is organised as five stacked layers. Higher layers depend on lower l
|
|
|
200
200
|
| `swarm` | `/swarm` | Massive parallelism via Agent Teams |
|
|
201
201
|
| `workflow` | `/workflow` | Run agent workflow |
|
|
202
202
|
| `instinct-review` | `/instinct-review` | Review, curate, and manage learned instincts |
|
|
203
|
-
| `teams` | `/teams` | Launch pre-configured Agent Teams compositions |
|
|
204
203
|
| `write-a-prd` | `/write-a-prd` | Create PRD through interactive interview and module design |
|
|
205
204
|
| `prd-to-plan` | `/prd-to-plan` | Convert PRD into phased vertical-slice implementation plan |
|
|
206
205
|
| `tdd` | `/tdd` | Test-driven development with red-green-refactor loop |
|
|
@@ -258,22 +257,15 @@ The toolkit is organised as five stacked layers. Higher layers depend on lower l
|
|
|
258
257
|
| `content-moderation-patterns` | Two-stage moderation: pre-filter + LLM classifier |
|
|
259
258
|
| `model-routing-patterns` | Haiku/Sonnet/Opus routing, escalation, fallback |
|
|
260
259
|
|
|
261
|
-
### Knowledge Skills - Process (
|
|
260
|
+
### Knowledge Skills - Process (5)
|
|
262
261
|
| Skill | Purpose |
|
|
263
262
|
|-------|---------|
|
|
264
|
-
| `plan-writing` | Task breakdown, planning |
|
|
265
|
-
| `debugging-tactics` | Iron Law 4-phase debugging: root cause → pattern → hypothesis → fix |
|
|
266
263
|
| `git-mastery` | Safe history rewriting, bisect, complex merges |
|
|
267
264
|
| `architecture-decision` | Trade-off analysis, architecture note templates |
|
|
268
265
|
| `performance-profiling` | CPU, memory, I/O, database bottleneck profiling |
|
|
269
266
|
| `research-mastery` | Hierarchy of Truth protocol |
|
|
270
267
|
| `verification-before-completion` | Iron Law: evidence-before-claims, no completion without fresh verification |
|
|
271
268
|
|
|
272
|
-
### Knowledge Skills - Orchestration (1)
|
|
273
|
-
| Skill | Purpose |
|
|
274
|
-
|-------|---------|
|
|
275
|
-
| `hive-mind` | Swarm intelligence: Consensus, Aggregation |
|
|
276
|
-
|
|
277
269
|
---
|
|
278
270
|
|
|
279
271
|
## Orchestration Model
|
|
@@ -4,7 +4,7 @@ description: "Autonomous maintenance agent. Use for automated dependency updates
|
|
|
4
4
|
model: sonnet
|
|
5
5
|
color: orange
|
|
6
6
|
tools: Read, Write, Edit, Bash, Grep
|
|
7
|
-
skills: clean-code, git-mastery,
|
|
7
|
+
skills: clean-code, git-mastery, debug
|
|
8
8
|
---
|
|
9
9
|
|
|
10
10
|
# Night Watchman Agent
|
|
@@ -4,7 +4,7 @@ description: "Multi-agent coordination and task orchestration. Use when a task r
|
|
|
4
4
|
tools: Read, Grep, Glob, Bash, Write, Edit, Agent, TeamCreate, TeamDelete, SendMessage, TaskCreate, TaskList, TaskUpdate
|
|
5
5
|
model: opus
|
|
6
6
|
color: purple
|
|
7
|
-
skills: clean-code, app-builder, plan
|
|
7
|
+
skills: clean-code, app-builder, plan
|
|
8
8
|
---
|
|
9
9
|
|
|
10
10
|
# Orchestrator - Multi-Agent Coordination
|
|
@@ -4,7 +4,7 @@ description: "Precognition agent. Analyzes code changes to predict impact, regre
|
|
|
4
4
|
model: sonnet
|
|
5
5
|
color: cyan
|
|
6
6
|
tools: Read, Write, Bash, Grep, Glob
|
|
7
|
-
skills:
|
|
7
|
+
skills: debug, git-mastery, testing-patterns
|
|
8
8
|
---
|
|
9
9
|
|
|
10
10
|
# Predictive Analyst Agent
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
},
|
|
12
12
|
"includes": {
|
|
13
13
|
"agents": ["technical-researcher", "fact-checker", "search-specialist"],
|
|
14
|
-
"skills": ["
|
|
14
|
+
"skills": ["docs", "research-mastery", "plan"],
|
|
15
15
|
"rules": [],
|
|
16
16
|
"hooks": ["user-prompt-submit.sh"]
|
|
17
17
|
},
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: a11y-validate
|
|
3
|
-
description: "Accessibility validator
|
|
3
|
+
description: "Accessibility validator: WCAG 2.1 AA, EN 301 549, EAA. Triggers: a11y, accessibility, WCAG, EAA, ARIA, contrast, keyboard, screen reader."
|
|
4
4
|
user-invocable: true
|
|
5
5
|
effort: medium
|
|
6
6
|
disable-model-invocation: true
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: api-patterns
|
|
3
|
-
description: "REST/GraphQL API design: naming, versioning, pagination, idempotency, OpenAPI. Triggers: API design, REST, GraphQL,
|
|
3
|
+
description: "REST/GraphQL API design: naming, versioning, pagination, idempotency, OpenAPI. Triggers: API design, REST, GraphQL, OpenAPI, Swagger, idempotency, rate limit."
|
|
4
4
|
effort: medium
|
|
5
5
|
user-invocable: false
|
|
6
6
|
allowed-tools: Read
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: app-builder
|
|
3
|
-
description: "App scaffolding: Next.js, Vite, Nuxt, Astro, FastAPI, Django, Laravel, RN, Flutter
|
|
3
|
+
description: "App scaffolding: Next.js, Vite, Nuxt, Astro, FastAPI, Django, Laravel, RN, Flutter. Triggers: scaffold, bootstrap, new project, starter, dashboard, mobile app."
|
|
4
4
|
effort: medium
|
|
5
5
|
user-invocable: false
|
|
6
6
|
allowed-tools: Read
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: architecture-audit
|
|
3
|
-
description: "Audits codebase for architectural friction
|
|
3
|
+
description: "Audits codebase for architectural friction, shallow modules; proposes RFCs. Triggers: improve architecture, shallow modules, deepen modules, reduce coupling."
|
|
4
4
|
user-invocable: true
|
|
5
5
|
effort: high
|
|
6
6
|
argument-hint: "[area to audit or 'full codebase']"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: biz-scan
|
|
3
|
-
description: "Scans codebase
|
|
3
|
+
description: "Scans codebase for revenue opportunities, KPIs, monetization gaps. Triggers: business metrics, KPI, analytics gaps, monetization, revenue."
|
|
4
4
|
effort: medium
|
|
5
5
|
disable-model-invocation: true
|
|
6
6
|
argument-hint: "[area]"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ci-cd-patterns
|
|
3
|
-
description: "CI/CD: GitHub Actions, GitLab CI, Jenkins, caching, blue-green, canary
|
|
3
|
+
description: "CI/CD: GitHub Actions, GitLab CI, Jenkins, caching, blue-green, canary. Triggers: CI, CD, pipeline, GitHub Actions, workflow YAML, release, canary, rollout."
|
|
4
4
|
effort: medium
|
|
5
5
|
user-invocable: false
|
|
6
6
|
allowed-tools: Read
|
|
@@ -44,6 +44,34 @@ Use the parsed output to focus investigation on the right files and hypotheses.
|
|
|
44
44
|
|
|
45
45
|
---
|
|
46
46
|
|
|
47
|
+
## Methodology — The Iron Law
|
|
48
|
+
|
|
49
|
+
```
|
|
50
|
+
NO FIXES WITHOUT ROOT CAUSE INVESTIGATION FIRST
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
Random fixes waste time and create new bugs. Quick patches mask underlying issues. Complete each phase before proceeding to the next.
|
|
54
|
+
|
|
55
|
+
### Phase 1 — Root Cause Investigation
|
|
56
|
+
Read error messages and stack traces completely. Reproduce reliably (or gather more data — don't guess). Check recent changes (`git diff`, new deps, config). For multi-component systems: log boundary in/out at each layer, identify WHERE it breaks before WHY.
|
|
57
|
+
|
|
58
|
+
### Phase 2 — Pattern Analysis
|
|
59
|
+
Find similar working code in the same codebase. Compare against references **completely**, not skimming. List every difference, however small.
|
|
60
|
+
|
|
61
|
+
### Phase 3 — Hypothesis & Testing
|
|
62
|
+
Form a single hypothesis ("X is the root cause because Y"). Test minimally — smallest possible change, one variable at a time. Verify before continuing — if it didn't work, form a NEW hypothesis. Don't stack fixes on top of fixes.
|
|
63
|
+
|
|
64
|
+
### Phase 4 — Implementation
|
|
65
|
+
Write a failing test case FIRST (use `/tdd`). Implement single fix at root cause. No "while I'm here" improvements.
|
|
66
|
+
|
|
67
|
+
### "5 Whys" — depth gate
|
|
68
|
+
Ask "Why?" at least 5 times to find the real issue. Stop at the first plausible answer = symptom fixing. Example: crash → null pointer → user object null → API 404 → invalid user ID → **frontend allowed negative IDs** (root cause).
|
|
69
|
+
|
|
70
|
+
### Architecture escalation (3+ failed fixes)
|
|
71
|
+
If three hypotheses failed and each fix reveals new shared state in different places, the architecture is wrong, not your hypothesis. STOP. Discuss with user before more attempts.
|
|
72
|
+
|
|
73
|
+
---
|
|
74
|
+
|
|
47
75
|
## Debugging Workflow
|
|
48
76
|
|
|
49
77
|
### 1. Check Logs
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: design-an-interface
|
|
3
|
-
description: "Generates
|
|
3
|
+
description: "Generates and compares parallel interface designs (Ousterhout 'Design It Twice'). Triggers: design API, interface options, compare modules, design it twice."
|
|
4
4
|
user-invocable: true
|
|
5
5
|
effort: high
|
|
6
6
|
argument-hint: "[module or interface to design]"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: docker-devops
|
|
3
|
-
description: "Docker/K8s
|
|
3
|
+
description: "Docker/K8s: Dockerfile, multi-stage, compose, manifests, Helm. Triggers: Docker, Dockerfile, container, Kubernetes, k8s, compose, Helm, pod."
|
|
4
4
|
effort: medium
|
|
5
5
|
user-invocable: false
|
|
6
6
|
allowed-tools: Read
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: evolve
|
|
3
|
-
description: "Analyzes
|
|
3
|
+
description: "Analyzes agent/skill failures, drafts prompt/permission fixes. Triggers: improve agent, refine skill, system prompt, optimize agent."
|
|
4
4
|
effort: medium
|
|
5
5
|
disable-model-invocation: true
|
|
6
6
|
context: fork
|
|
@@ -73,7 +73,7 @@ python3 ${CLAUDE_SKILL_DIR}/scripts/dependency-graph.py src/auth.py
|
|
|
73
73
|
## When NOT to Use
|
|
74
74
|
|
|
75
75
|
- To critique or improve the code — use `/review` or `/refactor`
|
|
76
|
-
- To find a specific function across the codebase — use `/
|
|
76
|
+
- To find a specific function across the codebase — use `/explore` or `Grep`
|
|
77
77
|
- To write the documentation that the explanation turns into — use `/docs`
|
|
78
78
|
- For a full architecture audit or redesign — use `/architecture-audit`
|
|
79
79
|
- When the user asks "why is this broken" — use `/debug`, not `/explain`
|
|
@@ -131,7 +131,7 @@ hybrid_search_kb("project structure {framework}")
|
|
|
131
131
|
## When NOT to Use
|
|
132
132
|
|
|
133
133
|
- To explain a specific module's design — use `/explain`
|
|
134
|
-
- To find a specific identifier or symbol — use `Grep` directly or `/
|
|
134
|
+
- To find a specific identifier or symbol — use `Grep` directly or `/research-mastery`
|
|
135
135
|
- To audit architecture for deepening candidates — use `/architecture-audit`
|
|
136
136
|
- To scaffold a new project — use `/app-builder`
|
|
137
137
|
- When the user already knows the codebase — skip the overview and jump to the concrete task
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: flutter-patterns
|
|
3
|
-
description: "Flutter/Dart:
|
|
3
|
+
description: "Flutter/Dart: widgets, state mgmt (Riverpod/Bloc), navigation, platform channels. Triggers: Flutter, Dart, widget, Riverpod, Bloc, pubspec, hot reload."
|
|
4
4
|
effort: medium
|
|
5
5
|
user-invocable: false
|
|
6
6
|
allowed-tools: Read
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: git-mastery
|
|
3
|
-
description: "Advanced Git: rebase, bisect, reflog, cherry-pick, worktrees,
|
|
3
|
+
description: "Advanced Git: rebase, bisect, reflog, cherry-pick, worktrees, LFS. Triggers: rebase, bisect, cherry-pick, reflog, force push, merge conflict, worktree."
|
|
4
4
|
effort: medium
|
|
5
5
|
user-invocable: false
|
|
6
6
|
allowed-tools: Read, Grep, Glob
|
|
@@ -89,7 +89,7 @@ last_updated: "YYYY-MM-DD"
|
|
|
89
89
|
|
|
90
90
|
## When NOT to Use
|
|
91
91
|
|
|
92
|
-
- For searching the KB — use `/
|
|
92
|
+
- For searching the KB — use `/research-mastery` or call `smart_query()` via the rag-mcp tool
|
|
93
93
|
- For fixing indexing bugs — use `/debug` on the indexer pipeline
|
|
94
94
|
- To evaluate RAG quality after reindexing — use `/evaluate`
|
|
95
95
|
- When no vector store is configured — document the gap, do not invent one
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: mcp-patterns
|
|
3
|
-
description: "MCP server design: tool schemas, resources, stdio/SSE
|
|
3
|
+
description: "MCP server design: tool schemas, resources, stdio/SSE, capability negotiation. Triggers: MCP, Model Context Protocol, JSON-RPC, stdio, SSE, Claude Desktop."
|
|
4
4
|
effort: medium
|
|
5
5
|
user-invocable: false
|
|
6
6
|
allowed-tools: Read
|
|
@@ -104,7 +104,7 @@ Found 3 results across 2 sessions.
|
|
|
104
104
|
|
|
105
105
|
## When NOT to Use
|
|
106
106
|
|
|
107
|
-
- To search the KB or documentation — use `/
|
|
107
|
+
- To search the KB or documentation — use `/research-mastery` or `smart_query()`
|
|
108
108
|
- To find a specific commit — use `git log --grep` or `/git-mastery`
|
|
109
109
|
- To list agent tasks — use `TaskList` or `/plan`
|
|
110
110
|
- When memory-pack hooks are not installed — direct the user to install them first
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: migrate
|
|
3
|
-
description: "Run/create DB migrations
|
|
3
|
+
description: "Run/create DB migrations (Alembic, Prisma, Laravel, Django, Flyway, Drizzle); checks backup. Triggers: apply migration, rollback, generate migration."
|
|
4
4
|
effort: medium
|
|
5
5
|
disable-model-invocation: true
|
|
6
6
|
argument-hint: "[direction]"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: migration-patterns
|
|
3
|
-
description: "Zero-downtime DB migrations: expand-contract, double-write, backfill, blue-green
|
|
3
|
+
description: "Zero-downtime DB migrations: expand-contract, double-write, backfill, blue-green. Triggers: migration, schema change, backfill, ALTER TABLE, online DDL."
|
|
4
4
|
effort: medium
|
|
5
5
|
user-invocable: false
|
|
6
6
|
allowed-tools: Read
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: observability-patterns
|
|
3
|
-
description: "Observability: structured logs, metrics (RED/USE), tracing
|
|
3
|
+
description: "Observability: structured logs, metrics (RED/USE), tracing, SLO/SLI. Triggers: logging, metrics, Prometheus, Grafana, OpenTelemetry, trace, monitoring."
|
|
4
4
|
effort: medium
|
|
5
5
|
user-invocable: false
|
|
6
6
|
allowed-tools: Read
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: performance-profiling
|
|
3
|
-
description: "Performance: golden signals
|
|
3
|
+
description: "Performance: golden signals, p50/p95/p99, flame graphs, load testing. Triggers: performance, slow, latency, p99, flame graph, bottleneck, memory leak."
|
|
4
4
|
effort: medium
|
|
5
5
|
allowed-tools: Read, Grep
|
|
6
6
|
user-invocable: false
|