Browse Skills

2258 skills found

architecture-synthesis.md
1
1 export architecture-synthesis
2 Dowwie from "Dowwie/agent_framework_study"
3 Generate a reference architecture specification from analyzed frameworks. Use when (1) designing a new agent framework based on prior art, (2) defining core primitives (Message, State, Tool types), (3) specifying interface protocols, (4) creating execution loop pseudocode, or (5) producing architecture diagrams and implementation roadmaps.
2026-01-05
ethereum-development.md
1
1 export ethereum-development
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-blockchain"
3 Master Ethereum development including EVM, gas optimization, and client interactions
2026-01-05
github-access.md
1
1 export github-access
2 lefant from "lefant/claude-code-plugins"
3 Access GitHub repositories programmatically using gh CLI or REST API. Use this skill when needing to interact with GitHub issues, pull requests, workflows, discussions, or actions. The skill automatically adapts based on available tools (gh CLI or curl) and requires GH_TOKEN for authentication.
2026-01-05
backend-api.md
1
1 export backend-api
2 imkdw from "imkdw/imkdw-dev"
3 Design and implement NestJS REST API endpoints following the project's layered architecture (Controllers, Use Cases, Repositories). Use this skill when creating or modifying controller files (*.controller.ts), defining API routes, implementing HTTP handlers, setting up Swagger documentation, configuring route guards and decorators, working with request/response DTOs, or structuring API endpoints. This includes files in features/{feature}/controller/, auth/controller/, and any file with @Controller() decorator. Apply when working with API_ENDPOINTS constants, @Get/@Post/@Put/@Patch/@Delete decorators, @ApiTags/@ApiProperty swagger decorators, @Public/@MemberRoles custom decorators, HttpCode/HttpStatus configurations, or Query/Param/Body parameter decorators.
2026-01-05
backend-models.md
1
1 export backend-models
2 imkdw from "imkdw/imkdw-dev"
3 Design and implement domain entities, DTOs, and data transfer objects following the project's domain-driven design patterns. Use this skill when creating or modifying domain entity classes in shared/domain/, DTO classes in features/{feature}/dto/, entity mappers in shared/mapper/, or shared type interfaces in packages/shared/types/src/dto/. This includes implementing the static factory pattern (Entity.create()), writing DTO validation decorators (class-validator), creating response DTOs with static from() methods, and defining shared interfaces that API DTOs must implement. Apply when working with @imkdw-dev/types package interfaces, ArticleContent value objects, or any file ending in .dto.ts, domain entities, or mapper classes.
2026-01-05
configuring-better-auth.md
1
1 export configuring-better-auth
2 mjunaidca from "mjunaidca/mjs-agent-skills"
3 Implement OAuth 2.1 / OIDC authentication using Better Auth with MCP assistance. Use when settingup a centralized auth server (SSO provider), implementing SSO clients in Next.js apps, configuringPKCE flows, or managing tokens with JWKS verification. Uses Better Auth MCP for guided setup.NOT when using simple session-only auth without OAuth/OIDC requirements.
2026-01-05
fsharp-routing.md
1
1 export fsharp-routing
2 heimeshoff from "heimeshoff/Cinemarco"
3 Implement client-side routing with Feliz.Router for F# Elmish applications.Use when: "add routing", "create pages", "navigation", "URL handling", "deep linking","add page", "route to", "browser history", "SPA routing", "multi-page", "navigate to".Creates route definitions, URL parsing, and navigation patterns in src/Client/.
2026-01-05
pricing-guidance.md
1
1 export pricing-guidance
2 sigridjineth from "sigridjineth/interview-copilot-with-skills"
3 Claude API pricing, tier recommendations, token cost optimization, and ROI calculations for CDP features.
2026-01-05
flowchart-generator.md
1
1 export flowchart-generator
2 dkyazzentwatwa from "dkyazzentwatwa/chatgpt-skills"
3 Generate flowcharts from YAML/JSON definitions or Python DSL. Supports standard flowchart shapes, swimlanes, and PNG/SVG/PDF export.
2026-01-05
issue-writing.md
1
1 export issue-writing
2 jclfocused from "jclfocused/claude-agents"
3 Use this skill when writing, reviewing, or discussing issue descriptions, acceptance criteria, or task breakdowns. Ensures consistent, high-quality issue structure that any developer or AI can pick up and execute. Triggers when drafting issues, defining requirements, or when users ask "how should I write this issue?" or "what should the acceptance criteria be?"
2026-01-05
browser-testing.md
1
1 export browser-testing
2 Intellifill from "Intellifill/IntelliFill"
3 Browser automation for testing IntelliFill. Replaces puppeteer MCP to save ~4.8k tokens.
2026-01-05
doc-prd.md
1
1 export doc-prd
2 vladm3105 from "vladm3105/aidoc-flow-framework"
3 Create Product Requirements Documents (PRD) following SDD methodology - Layer 2 artifact defining product features and user needs
2026-01-05
frontend-css.md
1
1 export frontend-css
2 imkdw from "imkdw/imkdw-dev"
3 Write Tailwind CSS v3 styles following the project's design system with custom preset, CSS variables, and terminal-themed design tokens. Use this skill when styling React components with Tailwind utility classes, using the custom Tailwind preset from @imkdw-dev/ui, working with CSS variables for theming (--background, --foreground, --primary, etc.), implementing dark mode with the .dark class, applying terminal or code syntax colors, using custom animations (fade-in, slide-up, terminal-blink), working with the @tailwindcss/typography plugin for prose content, or configuring Tailwind in tailwind.config.ts. This includes files in packages/ui/src/tokens/, packages/ui/src/styles/, any *.tsx file with className attributes, and tailwind.config.ts. Apply when adding styles to components, customizing the design system, or troubleshooting Tailwind class conflicts.
2026-01-05
generate-a-pitch.md
1
1 export generate-a-pitch
2 houfu from "houfu/blog-alt-counsel"
3 Define the scope of an article or newsletter at the beginning of the drafting an article or newsletter
2026-01-05
moai-plugin-builder.md
1
1 export moai-plugin-builder
2 junseokandylee from "junseokandylee/RallyApp"
3 Claude Code plugin development patterns, templates, and best practices. Use when creating plugins, defining plugin components, or troubleshooting plugin issues.
2026-01-05
integrity-bound-scope.md
1
1 export integrity-bound-scope
2 synapseradio from "synapseradio/thinkies"
3 Define boundaries where claims or recommendations apply versus break down. Use when: (1) asked to define scope or boundaries, (2) claim presented as universal truth, (3) explaining why pattern works here but not there, (4) advice given without specifying applicable context.
2026-01-05
create-repository.md
1
1 export create-repository
2 madooei from "madooei/backend-template"
3 Create repository interface for data access abstraction. Use when adding a new resource that needs database operations, defining CRUD interface, or setting up repository pattern. Triggers on "new repository", "repository interface", "data access layer", "create repository".
2026-01-05
specialized-roles-skill.md
1
1 export specialized-roles-skill
2 pluginagentmarketplace from "pluginagentmarketplace/custom-plugin-nextjs"
3 Master specialized tech careers including Product Management, Engineering Management, DevRel, Technical Writing, QA, Blockchain, Game Development, Cybersecurity, and UX Design. Navigate multiple career paths beyond traditional software development.
2026-01-05
saas-pricing-strategy.md
1
1 export saas-pricing-strategy
2 bcasci from "bcasci/hustler-marketplace"
3 Advises on SaaS pricing strategy using Daniel Priestley's oversubscription principles and Patrick Campbell's value-based framework. Use when defining pricing tiers, selecting value metrics, positioning against competitors, or creating pricing page copy for any SaaS product.
2026-01-05
cloudflare-worker-base.md
1
1 export cloudflare-worker-base
2 ovachiever from "ovachiever/droid-tings"
3 Set up Cloudflare Workers with Hono routing, Vite plugin, and Static Assets using production-tested patterns.Prevents 6 errors: export syntax, routing conflicts, HMR crashes, and Service Worker format confusion.Use when: creating Workers projects, configuring Hono or Vite for Workers, deploying with Wrangler,adding Static Assets with SPA fallback, or troubleshooting export syntax, API route conflicts, scheduledhandlers, or HMR race conditions.Keywords: Cloudflare Workers, CF Workers, Hono, wrangler, Vite, Static Assets, @cloudflare/vite-plugin,wrangler.jsonc, ES Module, run_worker_first, SPA fallback, API routes, serverless, edge computing,"Cannot read properties of undefined", "Static Assets 404", "A hanging Promise was canceled","Handler does not export", deployment fails, routing not working, HMR crashes
2026-01-05
persona-define.md
1
1 export persona-define
2 synapseradio from "synapseradio/thinkies"
3 Create a functional persona definition with expertise, question methodology, and research protocol. Use when an expert perspective needs definition for repeated use across dialogues or sessions.
2026-01-05
hash-calculator.md
1
1 export hash-calculator
2 dkyazzentwatwa from "dkyazzentwatwa/chatgpt-skills"
3 Calculate cryptographic hashes (MD5, SHA1, SHA256, SHA512) for text and files. Compare hashes, verify integrity, and batch process directories.
2026-01-05
data-anonymizer.md
1
1 export data-anonymizer
2 dkyazzentwatwa from "dkyazzentwatwa/chatgpt-skills"
3 Detect and mask PII (names, emails, phones, SSN, addresses) in text and CSV files. Multiple masking strategies with reversible tokenization option.
2026-01-05
slack-auth-security.md
1
1 export slack-auth-security
2 linehaul-ai from "linehaul-ai/linehaulai-claude-marketplace"
3 OAuth flows, token management, and security best practices for Slack apps. Use when implementing app distribution, multi-workspace installations, token storage and rotation, managing scopes and permissions, or securing production Slack applications.
2026-01-05