App

App from softspark/ai-toolkit.

by @softspark 111 skills

Skills in this plugin

111
  1. CI · softspark bundle
    Detect/generate/debug CI pipeline config (GitHub Actions, GitLab CI). Triggers: CI setup, build pipeline, GitHub Actions config, debug CI, GitLab CI.
    0 installs
  2. Pr · softspark bundle
    Creates GitHub PR after pre-flight checks (lint/typecheck/tests), structured summary from commits. Triggers: pr, pull request, create PR, ready to merge.
    0 installs
  3. Fix · softspark bundle
    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.
    0 installs
  4. Tdd · softspark bundle
    TDD with red-green-refactor loop and vertical slices. Triggers: TDD, test-first, red-green-refactor, test driving development.
    0 installs
  5. Docs · softspark bundle
    Generates/updates README, API docs, architecture notes. Triggers: docs, README, API docs, architecture note, documentation.
    0 installs
  6. Plan · softspark bundle
    Breaks features/goals into phased plans with task lists, agent assignments, dependencies. Triggers: plan feature, implementation roadmap, break down task, project phases.
    0 installs
  7. Test · softspark bundle
    Runs project test suite with coverage, auto-detects framework (pytest, vitest, jest, flutter, go, cargo, phpunit). Triggers: run tests, test suite, coverage report.
    0 installs
  8. Chaos · softspark
    Injects controlled faults for resilience testing on non-prod. Triggers: chaos, fault injection, latency injection, dependency kill, resilience test.
    0 installs
  9. Debug · softspark bundle
    Systematic debugging via logs, health checks, hypothesis-driven investigation. Triggers: debug, error, trace root cause, fix bug, reproduce symptom, investigation.
    0 installs
  10. Index · softspark
    Reindexes KB for semantic search via vector store (Qdrant). Triggers: reindex KB, rebuild index, vector reindex, refresh embeddings.
    0 installs
  11. Panic · softspark
    Emergency kill switch — halts all agents via lockfile gate. Triggers: panic, stop everything, kill switch, halt agents, agents looping.
    0 installs
  12. Swarm · softspark
    Runs tasks via Map-Reduce, Consensus, or Relay swarms. Triggers: swarm, map-reduce, consensus swarm, relay swarm, parallel agents.
    0 installs
  13. Commit · softspark bundle
    Creates Conventional Commits with pre-commit validation. Triggers: commit, conventional commit, git commit, message.
    0 installs
  14. Deploy · softspark bundle
    Deploys with pre-flight checks and health verification. Triggers: deploy, deployment, ship, release, push to prod.
    0 installs
  15. Evolve · softspark
    Analyzes agent/skill failures, drafts prompt/permission fixes. Triggers: improve agent, refine skill, system prompt, optimize agent.
    0 installs
  16. Health · softspark bundle
    Service/infra health via liveness/readiness checks, resource usage, quick diagnostics. Triggers: health check, services up, system status, infra health, degraded service.
    0 installs
  17. Repeat · softspark
    Runs prompt/slash command on recurring interval until done or limit. Triggers: repeat, recurring task, poll status, run every N minutes, interval.
    0 installs
  18. Review · softspark bundle
    Reviews code for quality, security, correctness. Triggers: code review, quality review, security review, review PR, review branch.
    0 installs
  19. Council · softspark
    4-perspective decision evaluation for architecture choices. Triggers: council, evaluate decision, pros cons, multi-angle, alternatives.
    0 installs
  20. Explain · softspark bundle
    Explains code/architecture with Mermaid diagrams and sequence flows. Triggers: what does X do, how does Y work, explain code, sequence diagram.
    0 installs
  21. Explore · softspark bundle
    Explores codebase structure, stack, and architecture. Triggers: explore codebase, project structure, stack overview, architecture map.
    0 installs
  22. Migrate · softspark bundle
    Run/create DB migrations (Alembic, Prisma, Laravel, Django, Flyway, Drizzle); checks backup. Triggers: apply migration, rollback, generate migration.
    0 installs
  23. Onboard · softspark
    Sets up ai-toolkit in a project: symlinks, CLAUDE.md, intent interview. Triggers: onboard, setup project, install ai-toolkit, migrate project.
    0 installs
  24. Persona · softspark
    Switches engineering persona at runtime. Triggers: persona, switch role, backend-lead, frontend-lead, devops-eng, junior-dev.
    0 installs
  25. Predict · softspark
    Analyzes diffs for regression risk and blast radius, generates risk-scored impact report. Triggers: PR review, code change risk, breaking change, blast radius, regression check.
    0 installs
  26. Biz Scan · softspark
    Scans codebase for revenue opportunities, KPIs, monetization gaps. Triggers: business metrics, KPI, analytics gaps, monetization, revenue.
    2 installs
  27. Briefing · softspark
    Executive daily briefing aggregating reports from all agents into decision-focused summary. Triggers: briefing, daily summary, status across system, executive update.
    0 installs
  28. Cve Scan · softspark bundle
    Scans deps for known CVEs via native audit (npm, pip, composer, cargo, go, bundler, dart). Triggers: CVE scan, vulnerability scan, npm audit, pip audit.
    0 installs
  29. Evaluate · softspark
    Evaluates RAG retrieval and LLM-as-judge metrics (faithfulness, relevancy, context precision). Triggers: measure RAG quality, knowledge gap, RAG eval, golden dataset.
    0 installs
  30. Grill Me · softspark
    Stress-tests a plan via Socratic questioning down each decision branch. Triggers: stress-test, grill me, validate assumptions, challenge plan, socratic review.
    0 installs
  31. Refactor · softspark bundle
    Refactors code for quality and maintainability. Triggers: refactor, clean up, restructure, improve code, modernize.
    0 installs
  32. Rollback · softspark bundle
    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.
    0 installs
  33. Workflow · softspark
    Starts and manages autonomous agent workflows. Triggers: workflow, start workflow, autonomous agents, agent pipeline.
    0 installs
  34. Cpp Rules · softspark
    C++ coding rules: style, patterns, security, testing. Triggers: .cpp, .cc, .cxx, .hpp, .h, CMakeLists.txt, Makefile, GoogleTest, clang-tidy.
    0 installs
  35. PHP Rules · softspark
    PHP coding rules: style, patterns, security, testing. Triggers: .php, composer.json, Laravel, Symfony, PHPUnit, PSR-12, Composer.
    0 installs
  36. Brainstorm · softspark
    Pre-artifact conversation that prices the zero option and can end in 'do not build this'. Triggers: brainstorm, should we build, is this worth it, explore idea, thinking out loud, half-formed idea.
    0 installs
  37. Clean Code · softspark bundle
    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.
    0 installs
  38. Dart Rules · softspark
    Dart/Flutter coding rules: style, patterns, security, testing. Triggers: .dart, pubspec.yaml, Flutter, Riverpod, Bloc, widget, StatelessWidget, StatefulWidget.
    0 installs
  39. Introspect · softspark
    Agent self-debugging and recovery. Use when stuck in loops, making repeated errors, or quality degrades. Triggers: introspect, self-debug, stuck, loop, why failing.
    0 installs
  40. Java Rules · softspark
    Java coding rules: style, patterns, security, testing. Triggers: .java, pom.xml, build.gradle, Spring, Spring Boot, JPA, Hibernate, JUnit, Maven, Gradle.
    0 installs
  41. Mem Search · softspark
    Searches past coding sessions for observations, decisions, context. Triggers: mem-search, recall session, past work, prior decisions, session history.
    0 installs
  42. QA Session · softspark
    Interactive QA: user reports bugs conversationally, agent files GitHub issues. Triggers: QA session, report bug, file issue, conversational QA, bug intake.
    0 installs
  43. Ruby Rules · softspark
    Ruby coding rules: style, patterns, security, testing. Triggers: .rb, Gemfile, .gemspec, Rails, ActiveRecord, Sidekiq, RSpec, Sorbet, rubocop.
    0 installs
  44. Rust Rules · softspark
    Rust coding rules: style, patterns, security, testing. Triggers: .rs, Cargo.toml, Cargo.lock, Tokio, Axum, Serde, clippy, cargo test.
    0 installs
  45. App Builder · softspark
    App scaffolding: Next.js, Vite, Nuxt, Astro, FastAPI, Django, Laravel, RN, Flutter. Triggers: scaffold, bootstrap, new project, starter, dashboard, mobile app.
    0 installs
  46. Brand Voice · softspark bundle
    Direct technical voice for docs, README, user-facing text. Concise/strict modes. Triggers: documentation, README, content, output-mode, voice, prose style.
    0 installs
  47. Git Mastery · softspark
    Advanced Git: rebase, bisect, reflog, cherry-pick, worktrees, LFS. Triggers: rebase, bisect, cherry-pick, reflog, force push, merge conflict, worktree.
    0 installs
  48. MCP Builder · softspark
    Builds production MCP servers via 4-phase methodology: research, implement, test, evaluate. Triggers: build MCP, new MCP, MCP integration, MCP server scaffold.
    0 installs
  49. Night Watch · softspark
    Autonomous maintenance (dep updates, dead code, small refactors) in isolated branch, off-hours. Triggers: night watch, autonomous maintenance, dep updates.
    0 installs
  50. Orchestrate · softspark
    Coordinates multiple specialized agents in parallel. Triggers: orchestrate, multi-agent, parallel agents, coordinate agents.
    0 installs
  51. Output Mode · softspark
    Answer concisely: lead with the result, no preamble, tables over prose, no trailing restatement of a diff the reader can already see. Triggers: response style, verbosity, summary, explanation, report.
    0 installs
  52. Prd To Plan · softspark
    Converts PRD into phased plan via tracer-bullet vertical slices. Triggers: PRD to plan, break down PRD, implementation plan, tracer bullets, phased plan.
    0 installs
  53. Skill Audit · softspark
    Scans skills/agents for security risks: dangerous patterns, secrets, excessive perms. Triggers: skill audit, security scan, agent audit, dangerous pattern.
    0 installs
  54. Swift Rules · softspark
    Swift coding rules: style, patterns, security, testing. Triggers: .swift, Package.swift, .xcodeproj, SwiftUI, Combine, async/await, XCTest.
    0 installs
  55. Write A Prd · softspark bundle
    Creates PRD via interactive interview + codebase exploration + module design. Triggers: write PRD, product requirements, plan new feature, PRD interview.
    0 installs
  56. API Patterns · softspark bundle
    API design: naming, versioning, pagination, idempotency, OpenAPI, error contracts and safe retries. Triggers: API design, REST, GraphQL, OpenAPI, Swagger, error response, HTTP status, rate limit.
    0 installs
  57. Csharp Rules · softspark
    C#/.NET coding rules: style, patterns, security, testing. Triggers: .cs, .csproj, .sln, ASP.NET, ASP.NET Core, EF Core, LINQ, NUnit, xUnit, dotnet.
    0 installs
  58. Golang Rules · softspark
    Go coding rules: style, patterns, security, testing. Triggers: .go, go.mod, go.sum, Gin, Echo, Gorilla, testing, gofmt.
    0 installs
  59. Hook Creator · softspark
    Create new Claude Code lifecycle hook (PreToolUse/PostToolUse/Stop/SessionStart) with bash + hooks.json. Triggers: create hook, lifecycle hook, PreToolUse, PostToolUse, hook event.
    0 installs
  60. Kotlin Rules · softspark
    Kotlin coding rules: style, patterns, security, testing. Triggers: .kt, .kts, build.gradle.kts, Ktor, Jetpack Compose, coroutines, kotlinx.
    0 installs