AgentStack
softspark avatar

softspark

52 listings · 0 installs

Open-source publisher. Listings imported from github.com/softspark — credited to the original author with their license.

↗ github.com/softspark
52+ results
Self-run
SKILL

Debug

Systematic debugging via logs, health checks, hypothesis-driven investigation. Triggers: debug, error, trace root cause, fix bug, reproduce symptom, investigation.

0
14
Free
Self-run
SKILL

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.

0
18
Free
Self-run
SKILL

Content Moderation Patterns

Content moderation with Claude: pre-filter vs LLM-classify, categories, thresholds, HITL. Triggers: moderation, safety filter, policy enforcement, content classifier.

0
12
Free
Self-run
SKILL

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.

0
13
Free
Self-run
SKILL

Evolve

Analyzes agent/skill failures, drafts prompt/permission fixes. Triggers: improve agent, refine skill, system prompt, optimize agent.

0
17
Free
Self-run
SKILL

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.

0
20
Free
Self-run
MCP

Ai Toolkit

Professional-grade AI coding toolkit: 94 skills, 44 agents, multi-platform (Claude, Cursor, Windsurf, Copilot, Gemini, Cline, Roo Code, Aider, Augment, Antigravity, Codex CLI, opencode).

0
15
Free
Self-run
SKILL

Design An Interface

Generates and compares parallel interface designs (Ousterhout 'Design It Twice'). Triggers: design API, interface options, compare modules, design it twice.

0
16
Free
Self-run
SKILL

Briefing

Executive daily briefing aggregating reports from all agents into decision-focused summary. Triggers: briefing, daily summary, status across system, executive update.

0
19
Free
Self-run
SKILL

Biz Scan

Scans codebase for revenue opportunities, KPIs, monetization gaps. Triggers: business metrics, KPI, analytics gaps, monetization, revenue.

0
12
Free
Self-run
SKILL

Brand Voice

Direct technical voice for docs, README, user-facing text. Concise/strict modes. Triggers: documentation, README, content, output-mode, voice, prose style.

0
14
Free
Self-run
SKILL

Agent Creator

Creates new specialized agents with frontmatter, tools, delegation. Triggers: new agent, create agent, agent scaffold, specialized agent.

0
17
Free
Self-run
SKILL

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.

0
19
Free
Self-run
SKILL

Explore

Explores codebase structure, stack, and architecture. Triggers: explore codebase, project structure, stack overview, architecture map.

0
12
Free
Self-run
SKILL

Command Creator

Creates new Claude Code slash commands with frontmatter and validation. Triggers: new slash command, create command, command scaffold.

0
17
Free
Self-run
SKILL

Evaluate

Evaluates RAG retrieval and LLM-as-judge metrics (faithfulness, relevancy, context precision). Triggers: measure RAG quality, knowledge gap, RAG eval, golden dataset.

0
17
Free
Self-run
SKILL

Mem Search

Search past coding sessions using natural language. Finds relevant observations, decisions, and context from previous work.

0
15
Free
Self-run
SKILL

Introspect

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
15
Free
Self-run
SKILL

Api Patterns

REST/GraphQL API design: naming, versioning, pagination, idempotency, OpenAPI. Triggers: API design, REST, GraphQL, OpenAPI, Swagger, idempotency, rate limit.

0
20
Free
Self-run
SKILL

Health

Service/infra health via liveness/readiness checks, resource usage, quick diagnostics. Triggers: health check, services up, system status, infra health, degraded service.

0
14
Free
Self-run
SKILL

Docker Devops

Docker/K8s: Dockerfile, multi-stage, compose, manifests, Helm. Triggers: Docker, Dockerfile, container, Kubernetes, k8s, compose, Helm, pod.

0
15
Free
Self-run
SKILL

A11y Validate

Accessibility validator: WCAG 2.1 AA, EN 301 549, EAA. Triggers: a11y, accessibility, WCAG, EAA, ARIA, contrast, keyboard, screen reader.

0
18
Free
Self-run
SKILL

Analyze

Analyzes code quality, complexity, patterns across codebase. Triggers: quality report, hotspot scan, code analysis, architecture signal.

0
16
Free
Self-run
SKILL

Git Mastery

Advanced Git: rebase, bisect, reflog, cherry-pick, worktrees, LFS. Triggers: rebase, bisect, cherry-pick, reflog, force push, merge conflict, worktree.

0
16
Free
Self-run
SKILL

Csharp Patterns

C#/.NET: LINQ, async/await, DI, records, nullable refs, ASP.NET Core, EF Core, MediatR. Triggers: C#, .NET, dotnet, ASP.NET, EF Core, LINQ, record type, IServiceCollection.

0
20
Free
Self-run
SKILL

Deep Research

Multi-source web research methodology: retrieve-vs-answer gate, complexity-scaled search budget, query craft, primary-source preference, source-conflict skepticism, adversarial verification, attribution-without-reproduction. Triggers: deep research, multi-source, web research, synthesize sources, cross-reference, fact synthesis, source verification.

0
15
Free
Self-run
SKILL

Golang Rules

Go coding rules: style, patterns, security, testing. Triggers: .go, go.mod, go.sum, Gin, Echo, Gorilla, testing, gofmt.

0
14
Free
Self-run
SKILL

Documentation Standards

KB conventions: YAML frontmatter, 5-category taxonomy (reference/howto/procedures/troubleshooting/best-practices). Triggers: kb/, SOP, runbook, howto, frontmatter, knowledge base.

0
10
Free
Self-run
SKILL

Grill Me

Stress-tests a plan via Socratic questioning down each decision branch. Triggers: stress-test, grill me, validate assumptions, challenge plan, socratic review.

0
18
Free
Self-run
SKILL

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.

0
17
Free
Self-run
SKILL

Build

Builds project with auto-detected toolchain (npm, poetry, cargo, go, flutter, Docker). Triggers: build, compile, bundle, produce artifacts.

0
18
Free
Self-run
SKILL

Index

Reindexes KB for semantic search via vector store (Qdrant). Triggers: reindex KB, rebuild index, vector reindex, refresh embeddings.

0
17
Free
Self-run
SKILL

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.

0
19
Free
Self-run
SKILL

Design Engineering

UI craftsmanship: animation rules, easing, micro-interactions, state polish. Triggers: animation, transition, ease-out, motion, micro-interaction, hover, loading state, UI polish.

0
16
Free
Self-run
SKILL

Cpp Rules

C++ coding rules: style, patterns, security, testing. Triggers: .cpp, .cc, .cxx, .hpp, .h, CMakeLists.txt, Makefile, GoogleTest, clang-tidy.

0
18
Free
Self-run
SKILL

Hipaa Validate

HIPAA validator: PHI exposure, audit logging, encryption, access control, BAA refs. Triggers: HIPAA, PHI, healthcare compliance, audit log, BAA.

0
16
Free
Self-run
SKILL

Chaos

Injects controlled faults for resilience testing on non-prod. Triggers: chaos, fault injection, latency injection, dependency kill, resilience test.

0
18
Free
Self-run
SKILL

Commit

Creates Conventional Commits with pre-commit validation. Triggers: commit, conventional commit, git commit, message.

0
16
Free
Self-run
SKILL

App Builder

App scaffolding: Next.js, Vite, Nuxt, Astro, FastAPI, Django, Laravel, RN, Flutter. Triggers: scaffold, bootstrap, new project, starter, dashboard, mobile app.

0
18
Free
Self-run
SKILL

Council

4-perspective decision evaluation for architecture choices. Triggers: council, evaluate decision, pros cons, multi-angle, alternatives.

0
18
Free
Self-run
SKILL

Csharp Rules

C#/.NET coding rules: style, patterns, security, testing. Triggers: .cs, .csproj, .sln, ASP.NET, ASP.NET Core, EF Core, LINQ, NUnit, xUnit, dotnet.

0
18
Free
Self-run
SKILL

Cve Scan

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
18
Free
Self-run
SKILL

Dart Rules

Dart/Flutter coding rules: style, patterns, security, testing. Triggers: .dart, pubspec.yaml, Flutter, Riverpod, Bloc, widget, StatelessWidget, StatefulWidget.

0
19
Free
Self-run
SKILL

Ci

Detect/generate/debug CI pipeline config (GitHub Actions, GitLab CI). Triggers: CI setup, build pipeline, GitHub Actions config, debug CI, GitLab CI.

0
19
Free
Self-run
SKILL

Architecture Audit

Audits codebase for architectural friction, shallow modules; proposes RFCs. Triggers: improve architecture, shallow modules, deepen modules, reduce coupling.

0
16
Free
Self-run
SKILL

Explain

Explains code/architecture with Mermaid diagrams and sequence flows. Triggers: what does X do, how does Y work, explain code, sequence diagram.

0
16
Free
Self-run
SKILL

Flutter Patterns

Flutter/Dart: widgets, state mgmt (Riverpod/Bloc), navigation, platform channels. Triggers: Flutter, Dart, widget, Riverpod, Bloc, pubspec, hot reload.

0
21
Free
Self-run
SKILL

Docs

Generates/updates README, API docs, architecture notes. Triggers: docs, README, API docs, architecture note, documentation.

0
17
Free
Self-run
SKILL

Instinct Review

Reviews/promotes/removes instincts from `.claude/instincts/*.md`. Triggers: instinct review, curate instincts, manage instincts, promote instinct.

0
18
Free
Self-run
SKILL

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.

0
15
Free
Self-run
MCP

Jira Mcp

Model Context Protocol server for Jira - lets Claude and other AI clients read, update, and comment on tasks across multiple Jira instances, with ADF formatting and local caching

0
1
Free
Self-run
SKILL

Deploy

Deploys with pre-flight checks and health verification. Triggers: deploy, deployment, ship, release, push to prod.

0
14
Free