Browse Skills
44969 skills found
long-straddle.md
1
1
export
long-straddle
2
from
"keith-mvs/ordinis"
from
"keith-mvs/ordinis"
3
Analyzes long straddle volatility plays with ATM call and put at same strike. Requires numpy>=1.24.0, pandas>=2.0.0, matplotlib>=3.7.0, scipy>=1.10.0. Use when expecting large price movement in either direction, analyzing earnings plays, evaluating volatility opportunities, or assessing binary event outcomes on high IV stocks.
2026-01-05
streaming-output.md
1
1
export
streaming-output
2
from
"ddunnock/claude-plugins"
from
"ddunnock/claude-plugins"
3
Stream long-form content to markdown files with resume capability. Writes content incrementally with section markers, enabling recovery if context limits are hit. Use when generating long documents (over 1000 lines), B-SPEC or specification writing, multi-section reports, any task where context compaction may occur mid-generation, or when user explicitly requests streaming output. Commands: init, write, status, resume, finalize, repair.
2026-01-05
foundations-business-model.md
1
1
export
foundations-business-model
2
from
"BellaBe/ideas-os"
from
"BellaBe/ideas-os"
3
Business model design and financial planning. Use when designing revenue models, pricing, or calculating unit economics.
2026-01-05
writing-implementation-pseudocode.md
1
1
export
writing-implementation-pseudocode
2
from
"WesleyMFrederick/cc-workflows"
from
"WesleyMFrederick/cc-workflows"
3
Use when adding pseudocode examples to implementation guides or technical documentation - creates readable TypeScript-style pseudocode with strategic comments (Boundary, Integration, Pattern, Decision) that guide developers during implementation
2026-01-05
ecommerce-theming.md
1
1
export
ecommerce-theming
2
from
"Nikojuu/testi-kauppa"
from
"Nikojuu/testi-kauppa"
3
Complete theming guide for the e-commerce storefront. Documents all styled components and provides instructions for applying new themes. Use when customizing store appearance, changing color schemes, or restyling the entire application.
2026-01-05
flutter-review.md
1
1
export
flutter-review
2
from
"LucasXu0/flutter_skills"
from
"LucasXu0/flutter_skills"
3
Comprehensive Flutter code review skill that analyzes changed Dart files for critical bugs, logic errors, anti-patterns, and code quality issues. Performs priority-based analysis (P0 critical/P1 important/P2 quality) checking null safety, lifecycle issues, memory leaks, collection equality, Bloc/Provider patterns, code complexity, and logic correctness. Use this skill when the user (1) explicitly requests /flutter-review, (2) asks to review code/PR/MR/changes, (3) mentions code review in Flutter context, (4) is preparing to merge or commit Flutter code, (5) asks to check for bugs/issues/problems in Flutter code, (6) requests quality checks or asks if code is ready to merge, or (7) mentions specific concerns like memory leaks, null safety, lifecycle issues, or state management patterns.
2026-01-05
log-validator.md
1
1
export
log-validator
2
from
"fractary/claude-plugins"
from
"fractary/claude-plugins"
3
Validates logs against type-specific schemas checking frontmatter, structure, and required fields
2026-01-05
capture-new-idea.md
1
1
export
capture-new-idea
2
from
"samjhecht/wrangler"
from
"samjhecht/wrangler"
3
Capture user ideas verbatim in .wrangler/ideas/ directory using the MCP issues_create tool with type='idea'. Preserves exact user wording without interpretation or enhancement.
2026-01-05
commit-message-rules.md
1
1
export
commit-message-rules
2
from
"kagiyama-baking/kawashiro-server"
from
"kagiyama-baking/kawashiro-server"
3
Gitコミットメッセージの作成ガイドライン。コミット作成時、`git commit`実行時、またはユーザーがコミットメッセージの書き方について質問した際に使用する。日本語でのコミットメッセージ作成ルールを提供。
2026-01-05
trpc.md
1
1
export
trpc
2
from
"oriolrius/pki-manager-web"
from
"oriolrius/pki-manager-web"
3
Expert guidance for tRPC (TypeScript Remote Procedure Call) including router setup, procedures, middleware, context, client configuration, and Next.js integration. Use this when building type-safe APIs, integrating tRPC with Next.js, or implementing client-server communication with full TypeScript inference.
2026-01-05
ert.md
1
1
export
ert
2
from
"hugoduncan/library-skills"
from
"hugoduncan/library-skills"
3
A guide to using ERT (Emacs Lisp Regression Testing) for testing Emacs Lisp code.
2026-01-05
member-identifier.md
1
1
export
member-identifier
2
from
"CyberdyneDevelopment/claude-tools"
from
"CyberdyneDevelopment/claude-tools"
3
List all members (methods, properties, fields, events) of a C# type with full signatures, access modifiers, and return types. Use to understand type APIs and plan implementations.
2026-01-05
issue-linker.md
1
1
export
issue-linker
2
from
"fractary/claude-plugins"
from
"fractary/claude-plugins"
3
Create relationships between issues via comment references
2026-01-05
pwa-offline-first.md
1
1
export
pwa-offline-first
2
from
"pluginagentmarketplace/claude-plugin-ecosystem-hub"
from
"pluginagentmarketplace/claude-plugin-ecosystem-hub"
3
Build Progressive Web Apps with offline support, service workers, push notifications, and installation.
2026-01-05
security-engineering.md
1
1
export
security-engineering
2
from
"89jobrien/steve"
from
"89jobrien/steve"
3
Security architecture and implementation patterns. Use when designing security controls, implementing authentication/authorization, conducting threat modeling, or ensuring compliance with security frameworks.
2026-01-05
game-servers.md
1
1
export
game-servers
2
from
"pluginagentmarketplace/custom-plugin-game-developer"
from
"pluginagentmarketplace/custom-plugin-game-developer"
3
Game server architecture, scalability, matchmaking, and backend systemsfor online games. Build robust, scalable multiplayer infrastructure.
2026-01-05
frontend-design.md
1
1
export
frontend-design
2
from
"dejanvasic85/jlc-carpentry"
from
"dejanvasic85/jlc-carpentry"
3
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
2026-01-05
graphql.md
1
1
export
graphql
2
from
"specvital/collector"
from
"specvital/collector"
3
Provides GraphQL API schema design and implementation expertise. Ensures proper type definitions, query/mutation patterns, pagination strategies, and error handling standards. Specializes in schema-first design, resolver implementation, DataLoader for N+1 prevention, subscription patterns, and federation architecture. Implements Relay cursor connections and Apollo best practices.Use when: designing GraphQL schemas, defining types and interfaces, implementing queries and mutations, creating resolvers, designing pagination with connections and edges, solving N+1 query problems with DataLoader, implementing subscriptions for real-time updates, handling errors and nullability, setting up GraphQL federation, or integrating with Apollo Server/Client or other GraphQL libraries.
2026-01-05
test-specialist.md
1
1
export
test-specialist
2
from
"agent-trust-protocol/atp-core"
from
"agent-trust-protocol/atp-core"
3
This skill should be used when writing test cases, fixing bugs, analyzing code for potential issues, or improving test coverage for JavaScript/TypeScript applications. Use this for unit tests, integration tests, end-to-end tests, debugging runtime errors, logic bugs, performance issues, security vulnerabilities, and systematic code analysis.
2026-01-05
expression-intent-archaeology.md
1
1
export
expression-intent-archaeology
2
from
"synapseradio/thinkies"
from
"synapseradio/thinkies"
3
Create separate documentation that preserves discovered intent from historical investigation so future readers benefit from your research. Use when: (1) completing code archaeology investigation and needing to ensure discoveries benefit future developers facing the same confusion, (2) recurring questions from team members signal that institutional knowledge needs capture in ADRs or documentation files, (3) team member departure would take critical undocumented context about design decisions with them, (4) creating onboarding documentation where critical context exists only in git history or senior engineers' memories
2026-01-05
agentic-jujutsu.md
1
1
export
agentic-jujutsu
2
from
"bjpl/open_learn_co"
from
"bjpl/open_learn_co"
3
Quantum-resistant, self-learning version control for AI agents with ReasoningBank intelligence and multi-agent coordination
2026-01-05
writing-to-logseq.md
1
1
export
writing-to-logseq
2
from
"C0ntr0lledCha0s/claude-code-plugin-automations"
from
"C0ntr0lledCha0s/claude-code-plugin-automations"
3
Expert in writing data to Logseq DB graphs via HTTP API. Auto-invokes when users want to create pages, add blocks, update content, set properties, or sync conversation notes to their Logseq graph. Provides CRUD operations with safety guidelines.
2026-01-05
docs-create.md
1
1
export
docs-create
2
from
"stars-end/affordabot"
from
"stars-end/affordabot"
3
Create epic-specific documentation skill with external reference docs. MUST BE USED for caching external docs.Fetches URLs, caches full content, uses documentation-engineer to generate cohesive summaries, and creates auto-activating skill.Use when starting work on epic that requires external documentation context (API docs, tool guides, reference materials),or when user mentions "cache docs", "external docs", "API documentation", URLs for docs,documentation needs, reference materials, knowledge caching, or epic context documentation.
2026-01-05
capturing-learnings.md
1
1
export
capturing-learnings
2
from
"obra/claude-pa"
from
"obra/claude-pa"
3
COMPULSION - Use this skill to capture what you learn about Jesse, techniques, and the world. Don't let insights evaporate. If you learned something, document it.
2026-01-05