Full index · agent skills
All agent skills — page 136 of 141
Every one of the 14,013 agent skills in the directory, ranked by adoption. Jump to a tool, or browse the agent skills hub.
- SmithResearch -> Plan -> Implement Agent Pipeline0 installs
- SmsSend SMS in bulk from this Mac via iPhone+Mac SMS forwarding, and (optionally) scan replies in the local Messages database. Use when the user wants to send a personalized text message to one or more recipients ("send a text to ...", "remind everyone in this list", "text the team about ..."). Free, no external API.0 installs
- Snap SkillsSkills for SNAP group infrastructure: ILC cluster access, Stanford email, Overleaf paper writing, and Slidev presentations.0 installs
- Snippets再利用可能なスクリプト・ツール集0 installs
- Social MediaSocial media engagement: LinkedIn posting and DM outreach, three-skill Reddit pipeline (audience-finder for subreddit qualification, monitor for daily opportunity scanning, post-composer for genuine non-marketing posts), X/Twitter threads, cross-platform coordination, and daily social brief0 installs
- Social Media ContentLinkedIn posts, Twitter/X threads, short-form social content, platform-native tone adaptation, and engagement-optimised formatting.0 installs
- Socrates Perspective|0 installs
- Solana Best PracticesReviews Solana/Anchor programs for development best practices. Use when writing, reviewing, improving or auditing Solana smart contracts. 31 vulnerability patterns with 4 real-world case studies.0 installs
- Solana DevEnd-to-end Solana development playbook (Jan 2026). Prefer Solana Foundation framework-kit (@solana/client + @solana/react-hooks) for React/Next.js UI. Prefer @solana/kit for all new client/RPC/transaction code. When legacy dependencies require web3.js, isolate it behind @solana/web3-compat (or @solana/web3.js as a true legacy fallback). Covers wallet-standard-first connection (incl. ConnectorKit), Anchor/Pinocchio programs, Codama-based client generation, LiteSVM/Mollusk/Surfpool testing, and security checklists.0 installs
- Solana Security AuditComprehensive Solana smart contract security auditor. Covers 25+ attack vectors across Anchor, native Rust, and Pinocchio: sealevel attacks, arithmetic safety, CPI exploits, state machine issues, Token-2022 risks, and real-world case studies.0 installs
- Solo Founder Superpowers43 expert skills for non-technical founders building SaaS with AI tools. Covers the full lifecycle: planning, design, build, database, integrations, AI features, security, testing, debugging, deployment, monitoring, plus marketing, pricing, growth, and business strategy.0 installs
- SolveStructured problem-solving with an explicit solution tree and real-time visualisation.0 installs
- Sop BuilderGenerate client-ready IT Standard Operating Procedure .docx (and optional PDF) files from a rough description.0 installs
- SophieThe course author's AI toolkit — a Socratic design partner, course design, evidence-based reading & practice authoring, component authoring, and independent quality review.0 installs
- SpamtitanSpamTitan by TitanHQ - quarantine queue management, email flow stats, sender allowlist/blocklist for MSPs0 installs
- SpanningSpanning Cloud Backup - SaaS backup for M365 / Google Workspace / Salesforce (scaffolding)0 installs
- SparksKnowledge capture and recall. Use /learn to save learnings, they'll be automatically recalled when relevant.0 installs
- SparvMinimal SPARV workflow (Specify→Plan→Act→Review→Vault) with 10-point spec gate, unified journal, 2-action saves, 3-failure protocol, and EHRB risk detection0 installs
- Spawn TeamSpin up coordinated teams of agents in split panes0 installs
- SpearSPEAR methodology plugin: scaffolding, EARS validation, TDD red/green gates, layer enforcement.0 installs
- Spec Driven DevelopmentA Rails-focused spec-driven development workflow for building features with AI agents through systematic planning and self-contained specs0 installs
- Spec FlowLightweight spec loop: plan one slice, execute one task, checkpoint or close0 installs
- Spec Skills GeneratorAuto-generate 3-layer specification documents and maintenance skills for any codebase0 installs
- Spec TeamSpecTeam: AI-native spec review and decision alignment for product and engineering teams0 installs
- Specialized ToolsSpecialized development tools and utilities0 installs
- SpecularAgent-driven development workflow with Linear as the source of truth: specify, plan, and run an autonomous implement loop.0 installs
- SpexA spex plugin for Claude Code, likely related to specs/specifications; details not documented.0 installs
- Spicedb DevComprehensive SpiceDB development toolkit for designing permission models, generating schemas, implementing authorization, and testing0 installs
- SpicyregsQuery Spicy Regs regulatory datasets with DuckDB against the public Cloudflare R2 bucket.0 installs
- SpiderlyClaude Code skills for Spiderly — entity design, backend hooks, filtering patterns, and migration workflow0 installs
- SpineBackend engineer — APIs, system design, performance, distributed systems0 installs
- Spine ApiDesign and spec an API — endpoints, request/response shapes, error codes, auth pattern, pagination. Applies Stripe's consistency principles. Use when asked to "design an API", "build API endpoints", "create REST API", or "API for this feature".0 installs
- Spine DesignProduce a system design doc — components, data flow, decisions made, tradeoffs, failure modes. Not a list of options. An actual design with calls made. Use when asked for "system design for", "architect this", "how should we build", or "design the backend".0 installs
- Spine PerfFind and fix performance bottlenecks — N+1 queries, missing indexes, sync bottlenecks, caching gaps. Use when asked "why is this slow", "performance issue", "optimize this endpoint", or "N+1 queries".0 installs
- Spine ReconBackend reconnaissance — map all routes, middleware, models, dependencies, auth, and assess code quality for project takeover. Use when asked to "understand this backend", "map the API", or "assess code quality".0 installs
- Spine ReviewAPI and backend code review — REST conventions, auth, validation, error handling, pagination, rate limiting, test coverage. Use when asked to "review this API", "code review", "review backend", or "pre-launch backend check".0 installs
- Spine ServiceBuild a new production-ready service from scratch — config management, health checks, graceful shutdown, structured logging. Use when asked to "new service", "scaffold a backend", "bootstrap service", or "create microservice".0 installs
- Spiral[Experimental] Spiral — converge a vague idea into code, diverge into the next idea: a deterministic commit gate (the machine), an independent adversarial judge (Divergence), and the human as decision-maker0 installs
- Split Work PluginSplit current project work into parallel-safe task groups with worktree branch names and structured starting prompts0 installs
- Sprint ExecutorExecute sprint plans with test-driven development, milestone tracking, and checkpoint validation0 installs
- Sprint PlannerAnalyze design docs, calculate velocity from git history, and create realistic sprint plans0 installs
- Sprite DialogueTwo-way visual dialogue channel — exchange screenshots and text between a laptop browser and Claude Code running in a Sprite.0 installs
- Sql Query OptimizationSQL query optimization for PostgreSQL/MySQL with indexing, EXPLAIN analysis. Use for slow queries, N+1 problems, missing indexes, or encountering sequential scans, OFFSET pagination, temp table spills, inefficient JOINs.0 installs
- SqliteMCP server exposing SQLite database tools (query, execute, list_tables, describe_table, create_table). Read-only by default; writes are opt-in via --allow-writes or MCP_SQLITE_ALLOW_WRITES=true. Use when inspecting, querying, or (when enabled) modifying SQLite databases.0 installs
- Sqlitedata SwiftSkills for SQLiteData by Point-Free: @Table models, @FetchAll/@FetchOne/@Fetch wrappers, GRDB-backed queries, migrations, and CloudKit SyncEngine.0 installs
- SquaredupAccess and manage your data in SquaredUp with Claude0 installs
- Stack PatternsA collection of skills that teach idiomatic patterns and conventions for popular libraries and frameworks.0 installs
- Startup Business AnalystComprehensive startup business analysis with market sizing (TAM/SAM/SOM), financial modeling, team planning, and strategic research for early-stage companies0 installs
- Statement AuditorAudits pre-generated LP statements before distribution.0 installs
- Status LineRich status line showing host, directory, git branch, model, context usage, cost, and turn count.0 installs
- StatuslineConfigure the Claude Code status line with VCS-aware scripts showing git branch, jj change ID, bookmarks, context usage, and costs. Use when setting up a statusline, customizing the status bar, or adding VCS info to the status line.0 installs
- StatuslineCatppuccin-themed statusline with costs, context, usage windows, git, and MCP info0 installs
- Statusline PluginPowerlineスタイルのステータスラインセットアップ0 installs
- Statute Analysis Rafal FrycGuide for reading, interpreting, and applying US statutes, regulations, and rules with canons of construction0 installs
- Stay Fresh PythonPython (Pyright) LSP with diagnostic filtering0 installs
- Stay Fresh RustRust LSP with diagnostic filtering0 installs
- Stay Fresh TypescriptTypeScript/JavaScript LSP with diagnostic filtering0 installs
- Stock Analysis Enhanced一句话搞定个股分析 — 说"分析XXX",自动采集30+数据源 → AI完成基本面(Step 0-8)+技术面+资金面的完整研报 → 生成交互式HTML报告。支持增量更新(K线/行情/技术指标自动刷新)。触发词:"分析XXX股票"(首次)或"更新XXX股票"(增量)。0 installs
- Stop Notification PluginmacOS TTS voice notification with modal dialog and tmux navigation when Claude stops or needs attention0 installs
- Stop NotifierClaudeが応答完了したときにWindowsトースト通知+音声再生するプラグイン。WSL2環境向け。BurntToastで画像付きトースト、mpv.exeで音声再生。イベント別・共通の個別設定に対応。0 installs
- Story Cover网文封面生成。分析书名题材,生成专业封面图,支持 10 大题材视觉风格。0 installs
- StoryboardCreate a six-frame storyboard showing a user's journey from problem to solution.0 installs
- StorytellingStorytelling craft and application across fiction, business, data, speech, UX, and interactive narrative. Covers structural frameworks (3-act, Hero's Journey, Story Circle, Kishōtenketsu, Save the Cat, StoryBrand, Pixar Spine, Monroe's Motivated Sequence), narrative craft (character design, scene construction, dialogue, POV, pacing), domain applications, narrative theory (Propp, Polti, Booker, Tobias, Campbell), and anti-patterns. Progressive-disclosure structure with 12 domain references.0 installs
- Streaming Skills PluginSkills for streaming application developers, covering Kafka and Flink client libraries and Schema Registry0 installs
- StrictifyApply opinionated Python code quality enforcement to any repo. Analyzes existing config, proposes strictness additions across 21 categories, and installs self-reinforcing hookify rules.0 installs
- Studio CoreStudio workspace management — init, promote, status0 installs
- Studio DesignDesign-to-code pipeline — screenshot → Pencil prototype → OpenSpec proposal → working code0 installs
- Studio DocsDocument delivery suite — blueprints, writing experts, parallel chapter generation, multi-format export (MD/DOCX/PDF)0 installs
- Studio InsightBusiness analysis toolkit — personas, journey maps, process flows, domain modeling0 installs
- Studio PlannerPlugin planning pipeline — event storming, domain modeling, skill design, spec generation0 installs
- Studio PlatformPlatform documentation generator — brainmap, agent-plugin mapping, tech designs (DW/KG/ML/RAG), project plan, .pen visualization, speech scripts0 installs
- Studio QualityQuality assurance — plugin structure validation, MCP wiring0 installs
- StudyA study-oriented Claude Code plugin; precise behavior not documented in metadata.0 installs
- Style ExtractorExtract and document writing styles from source texts into reusable style guides. Use when analyzing an author's voice, creating a style guide from a book or document, capturing writing patterns for replication, or building a writing style rubric.0 installs
- Style WriterWrite content using stored writing styles from the writing-styles/ collection. Use when the user wants to write in a specific voice, apply a stored style, list available writing styles, or evaluate text against a style rubric.0 installs
- Stylemate ArchitectureComplete development and QA workflow for StyleMate microservices. Includes 7 specialized agents (planning, frontend/backend development, frontend/backend QA, context management), 6 skills (Module Federation, Clean Architecture, JWT, E2E testing, API testing, build verification), 2 commands, and automatic validation hooks.0 installs
- Sub Api DesignerContract-first API design agent with OpenAPI 3.1 spec generation and breaking change detection0 installs
- Sub Code ReviewerLanguage-agnostic code review agent with SOLID analysis, code smell detection, and refactoring suggestions0 installs
- Sub Codebase ExplorerMulti-language codebase analysis agent with dependency graphs, MSA topology mapping, and auto-generated ARCHITECTURE/ONBOARDING docs0 installs
- Sub Devops EngineerDevOps/CI-CD agent for IaC, pipeline design, containerization, and deployment strategies0 installs
- Sub Frontend EngineerReact/Vite frontend workflow agent with component design, state management, and build optimization0 installs
- Sub Kopring EngineerKotlin/Java Spring Boot workflow agent with convention verification0 installs
- Sub Performance EngineerPerformance analysis and optimization agent for JVM, DB, and system-level profiling0 installs
- Sub Team LeadTeam orchestrator that classifies requests and routes to appropriate expert skills0 installs
- Sub Test EngineerType-aware testing workflow agent for Java/Kotlin/TypeScript backends0 installs
- Subagent MetricsLogs token usage for every subagent (Task tool) call to ~/.claude/subagent-metrics.jsonl0 installs
- Subagent MonitormacOS and iTerm2 live subagent pane monitor. Displays in-process subagents as live split panes.0 installs
- Submit ReviewPost code reviews with line-level comments to GitHub PRs via the gh CLI0 installs
- Suggest Next IssueReview open GitHub issues and recommend what to work on next with prioritized reasoning.0 installs
- SupabaseComprehensive Supabase integration for AI applications with database, auth, storage, realtime, and vector search capabilities0 installs
- Supabase Postgres Best PracticesPostgres performance optimization and best practices from Supabase. 30 rules across 8 categories prioritized by impact.0 installs
- Super RalphRalph autonomous loop + Superpowers skills: brainstorming, TDD, systematic debugging, subagent-driven development, code review, and verification workflows0 installs
- Superman Splunk>0 installs
- Supermemory Mcp SetupSupermemory MCP 與 Claude Code 整合設定指南0 installs
- SuperopsSuperOps.ai - tickets, assets, clients, runbooks (GraphQL)0 installs
- SuperpowersCore skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques0 installs
- SuperpowersObra's core skills library: TDD, debugging, brainstorming, writing-plans, executing-plans, dispatching-parallel-agents, using-git-worktrees, finishing-a-development-branch, subagent-driven-development, requesting-code-review, receiving-code-review, systematic-debugging, verification-before-completion, writing-skills, using-superpowers. Vendored snapshot at third-party/superpowers/ pinned to upstream SHA f2cbfbe (v5.1.0). Companion to the /superpowers dispatcher in continuous-improvement plugin.0 installs
- SuperpowersCore skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques0 installs