Browse Skills — Page 148
21,758 public skills · showing 14,701–14,800
- 80/100
pikku-aws
pikkujs/pikku
'Use when setting up AWS services (S3, SQS, Secrets Manager) in a Pikku app. Covers S3Content for file storage, SQSQueueService for queues, and AWSSecrets for secret management.
- 100/100
pikku-backblaze
pikkujs/pikku
'Use when setting up Backblaze B2 file storage in a Pikku app. Covers B2Content for file uploads, downloads, and signed URLs.
- 100/100
pikku-cli
pikkujs/pikku
'Use when building CLI commands with Pikku. Covers wireCLI, pikkuCLICommand, subcommands, options, parameters, custom renderers, and nested command groups.
- 100/100
pikku-concepts
pikkujs/pikku
'Foundational guide to Pikku framework concepts. Use this skill when working with any Pikku codebase, starting a new Pikku project, or migrating a backend to Pikku. Covers the core mental model, function types, project structure, code generation, testing, and how Pikku maps to traditional backend patterns.
- 100/100
pikku-config
pikkujs/pikku
'Use when managing secrets, environment variables, config, or OAuth2 credentials in a Pikku app. Covers wireSecret, wireVariable, wireOAuth2Credential, and typed config access.
- 100/100
pikku-cron
pikkujs/pikku
'Use when adding scheduled tasks, recurring jobs, or cron-based automation to a Pikku app. Covers wireScheduler, cron expressions, scheduled task wire object, and scheduler middleware.
- 100/100
pikku-deploy-azure
pikkujs/pikku
'Use when deploying a Pikku app to Azure Functions. Covers PikkuAzFunctionsLogger and PikkuAzTimerRequest for Azure Functions runtime.
- 100/100
pikku-deploy-cloudflare
pikkujs/pikku
'Use when deploying a Pikku app to Cloudflare Workers. Covers HTTP fetch handler, scheduled tasks, and WebSocket via Durable Objects.
- 100/100
pikku-deploy-express
pikkujs/pikku
'Use when deploying a Pikku app with Express. Covers PikkuExpressServer standalone and pikkuExpressMiddleware for existing Express apps.
- 100/100
pikku-deploy-fastify
pikkujs/pikku
'Use when deploying a Pikku app with Fastify. Covers PikkuFastifyServer standalone and pikkuFastifyPlugin for existing Fastify apps.
- 100/100
pikku-deploy-lambda
pikkujs/pikku
'Use when deploying a Pikku app to AWS Lambda. Covers HTTP handlers, scheduled tasks, SQS queue workers, WebSocket via API Gateway, and cold start caching.
- 100/100
pikku-deploy-nextjs
pikkujs/pikku
'Use when deploying a Pikku app with Next.js. Covers API route handlers, server-side data fetching, and RPC calls from Server Components.
- 100/100
pikku-deploy-uws
pikkujs/pikku
'Use when deploying a Pikku app with uWebSockets.js. Covers PikkuUWSServer with built-in HTTP and WebSocket support, and pikkuWebsocketHandler for standalone ws library.
- 100/100
pikku-gateway-slack
pikkujs/pikku
'Use when integrating Slack with a Pikku app. Covers SlackGatewayAdapter, slash commands, OAuth flow, message handling, and signature verification.
- 100/100
pikku-http
pikkujs/pikku
'Use when adding HTTP routes, REST APIs, web endpoints, or SSE streams to a Pikku app. Covers wireHTTP, defineHTTPRoutes, route groups, auth, middleware, permissions, SSE, and generated fetch client.
- 100/100
pikku-info
pikkujs/pikku
'Discover what exists in a Pikku project — functions, tags, middleware, permissions, HTTP routes, channels, schedulers, queues, and more. Use when you need to understand the project structure, find existing functions, or check what middleware and permissions are defined.
- 100/100
pikku-jose
pikkujs/pikku
'Use when setting up JWT authentication with the jose library in a Pikku app. Covers JoseJWTService constructor, secret rotation, token encoding/decoding/verification.
- 100/100
pikku-kysely
pikkujs/pikku
'Use when setting up SQL database services with Kysely in a Pikku app. Covers @pikku/kysely (base), @pikku/kysely-postgres, @pikku/kysely-mysql, @pikku/kysely-sqlite — channel stores, workflow services, secret services, AI storage, agent runs, and deployment services.
- 100/100
pikku-mcp
pikkujs/pikku
'Use when exposing Pikku functions as MCP tools, resources, or prompts for AI assistants. Covers mcp: true flag, pikkuMCPResourceFunc, pikkuMCPPromptFunc, and MCP wire object.
- 100/100
pikku-mongodb
pikkujs/pikku
'Use when setting up MongoDB database services in a Pikku app. Covers PikkuMongoDB connection, channel stores, workflow services, secret services, AI storage, agent runs, and deployment services.
- 100/100
pikku-pino
pikkujs/pikku
'Use when setting up structured logging with Pino in a Pikku app. Covers PinoLogger setup and log levels.
- 100/100
pikku-queue
pikkujs/pikku
'Use when adding background job processing, async task queues, or distributed workers to a Pikku app. Covers wireQueueWorker, job enqueuing, progress tracking, retries, BullMQ and PgBoss adapters.
- 100/100
pikku-redis
pikkujs/pikku
'Use when setting up Redis-backed services in a Pikku app. Covers channel stores, workflow services, secret services, event hubs, agent runs, and deployment services backed by Redis.
- 100/100
pikku-rpc
pikkujs/pikku
'Use when making internal function-to-function calls within a Pikku app, composing functions, or exposing RPC endpoints. Covers rpc.invoke, rpc.remote, rpc.exposed, and generated RPC client.
- 100/100
pikku-schedule
pikkujs/pikku
'Use when setting up in-memory cron scheduling in a Pikku app. Covers InMemorySchedulerService for running scheduled tasks.
- 100/100
pikku-schema-ajv
pikkujs/pikku
'Use when setting up JSON schema validation with AJV in a Pikku app. Covers AjvSchemaService for request/response validation.
- 100/100
pikku-schema-cfworker
pikkujs/pikku
'Use when setting up JSON schema validation for Cloudflare Workers in a Pikku app. Covers CFWorkerSchemaService as a lightweight alternative to AJV.
- 100/100
pikku-security
pikkujs/pikku
'Use when adding authentication, authorization, permissions, middleware, or security to a Pikku app. Covers pikkuAuth, pikkuPermission, pikkuMiddleware, built-in auth strategies (bearer, cookie, API key), and permission scoping.
- 100/100
pikku-services
pikkujs/pikku
'Use when setting up dependency injection, creating custom services, or configuring the service layer in a Pikku app. Covers pikkuServices (singleton), pikkuWireServices (per-request), service typing, built-in services, and tree-shaking.
- 100/100
pikku-testing
pikkujs/pikku
'Use when writing tests for Pikku functions, middleware, permissions, or services. Covers unit testing with direct invocation, runPikkuFunc, service mocking, and integration testing with the HTTP runner.
- 100/100
pikku-trigger
pikkujs/pikku
'Use when adding event-driven functions that respond to system events like Redis pub/sub, PostgreSQL LISTEN/NOTIFY, or custom event sources. Covers wireTrigger, wireTriggerSource, and pikkuTriggerFunc.
- 100/100
pikku-versioning
pikkujs/pikku
'Use when versioning Pikku function contracts, detecting breaking changes, or managing API backward compatibility. Covers the version property, versions.pikku.json manifest, contract hashing, and CI integration.
- 100/100
pikku-websocket
pikkujs/pikku
'Use when adding real-time features, WebSocket channels, live updates, chat, or pub/sub to a Pikku app. Covers wireChannel, action routing, auth, EventHub pub/sub, channel middleware, and generated WebSocket client.
- 100/100
pikku-workflow
pikkujs/pikku
'Use when building multi-step workflows, state machines, or orchestration pipelines with Pikku. Covers pikkuWorkflowFunc, workflow steps (do, sleep, suspend), graph workflows, and HTTP wiring.
- 100/100
pikku-ws
pikkujs/pikku
'Use when setting up a WebSocket server with the ws library in a Pikku app. Covers the ws runtime adapter for Pikku channels.
- 100/100
pikvm
vm0-ai/vm0-skills
PiKVM API for remote KVM. Use when user mentions "PiKVM", "KVM over IP",
- 100/100
piloterr-automation
ComposioHQ/awesome-claude-skills
"Automate Piloterr tasks via Rube MCP (Composio). Always search tools first for current schemas."
- 100/100
pilvio-automation
ComposioHQ/awesome-claude-skills
"Automate Pilvio tasks via Rube MCP (Composio). Always search tools first for current schemas."
- 100/100
pin_upstream_images
multigres/multigres-operator
Pin multigres container image tags in image_defaults.go for operator releases. Compares upstream multigres code changes between the current and new SHA, highlights breaking changes and new features, then updates the tags. Triggered by user requests like "prepare images for release", "pin image tags", "pin upstream images", or "upgrade multigres images".
- 100/100
pin-message
terrylica/cc-skills
Use when user wants to pin or unpin a message in a Telegram chat, group, or channel, or manage pinned messages.
- 100/100
pine-script
HKUDS/Vibe-Trading
Convert Python backtest strategies to TradingView Pine Script v6, or generate Pine Script from natural language descriptions.
- 100/100
pinecone
NousResearch/hermes-agent
Managed vector database for production AI applications. Fully managed, auto-scaling, with hybrid search (dense + sparse), metadata filtering, and namespaces. Low latency (<100ms p95). Use for production RAG, recommendation systems, or semantic search at scale. Best for serverless, managed infrastructure.
- 100/100
pinecone-rag
github/awesome-copilot
>
- 100/100
pingdom-automation
ComposioHQ/awesome-claude-skills
"Automate Pingdom tasks via Rube MCP (Composio). Always search tools first for current schemas."
- 100/100
pinia
antfu/skills
Pinia official Vue state management library, type-safe and extensible. Use when defining stores, working with state/getters/actions, or implementing store patterns in Vue apps.
- 100/100
pinia
partme-ai/full-stack-skills
"Provides comprehensive guidance for Pinia state management including stores, state, getters, actions, plugins, and TypeScript support. Use when the user asks about Pinia, needs to manage application state, create stores, implement state persistence, or migrate from Vuex."
- 100/100
pino
TerminalSkills/skills
>-
- 100/100
pinocchio-development
elophanto/EloPhanto
Comprehensive guide for building high-performance Solana programs using Pinocchio - the zero-dependency, zero-copy framework. Covers account validation, CPI patterns, optimization techniques, and migration from Anchor.
- 100/100
pipedream
TerminalSkills/skills
>-
- 0/100
pipedrive
vm0-ai/vm0-skills
Pipedrive CRM API for sales pipeline management. Use when user mentions "Pipedrive", "sales pipeline", "deals", "CRM", or asks about managing prospects, contacts, or organizations in Pipedrive.
- 100/100
pipedrive-automation
diegosouzapw/awesome-omni-skills
Pipedrive Automation via Rube MCP workflow skill. Use this skill when the user needs Automate Pipedrive CRM operations including deals, contacts, organizations, activities, notes, and pipeline management via Rube MCP (Composio). Always search tools first for current schemas and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
pipedrive-automation-v2
diegosouzapw/awesome-omni-skills
Pipedrive Automation via Rube MCP workflow skill. Use this skill when the user needs Automate Pipedrive CRM operations including deals, contacts, organizations, activities, notes, and pipeline management via Rube MCP (Composio). Always search tools first for current schemas and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
pipeline
H-mmer/pentest-agents
Prepare the battlefield — recon, scanning, and surface ranking. Stops before hunting. Run /hunt or /autopilot after. Usage: /pipeline or /pipeline <target>
- 100/100
pipeline-crm-automation
ComposioHQ/awesome-claude-skills
"Automate Pipeline CRM tasks via Rube MCP (Composio). Always search tools first for current schemas."
- 100/100
pipeline-forecasting
guia-matthieu/clawfu-skills
Generate predictive pipeline forecasts with confidence intervals and scenario modeling for revenue planning
- 100/100
pipeline-health-analyzer
OneWave-AI/claude-skills
Analyze pipeline health, identify stalled deals, predict close probability, and suggest actions to move deals forward. Improves forecast accuracy and prevents revenue leakage. Use when deals get stuck or forecast accuracy is poor.
- 100/100
pipeline-review
anthropics/knowledge-work-plugins
Analyze pipeline health — prioritize deals, flag risks, get a weekly action plan. Use when running a weekly pipeline review, deciding which deals to focus on this week, spotting stale or stuck opportunities, auditing for hygiene issues like bad close dates, or identifying single-threaded deals.
- 100/100
pipeline-review
gooseworks-ai/goose-skills
>
- 100/100
pipeline-update
indranilbanerjee/digital-marketing-pro
Update CRM pipeline. Use when: changing deal stages, values, notes, tracking velocity, or managing deal progression.
- 100/100
pipeline-workflow
BuilderIO/agent-native
>-
- 100/100
pirate-voice
cloudflare/agents
Rewrite or answer in a playful pirate voice. Use when the user asks for pirate tone, nautical phrasing, or says to talk like a pirate.
- 100/100
pitch-deck
anthropics/financial-services
Populates investment banking pitch deck templates with data from source files. Use when: user provides a PowerPoint template to fill in, user has source data (Excel/CSV) to populate into slides, user mentions populating or filling a pitch deck template, or user needs to transfer data into existing slide layouts. Not for creating presentations from scratch.
- 100/100
pitch-deck
mkurman/zorai
When the user wants to create, review, or restructure a fundraising pitch deck for seed or Series A. Also activates when the user mentions "deck", "pitch", "investor presentation", or "slide structure".
- 100/100
pitch-deck-creation
manojbajaj95/claude-gtm-plugin
Create professional investor pitch decks with structured content and visual design. Use when users need help with pitch deck, investor deck, fundraising deck, startup pitch, deck design, slide design, pitch presentation, pitch deck visuals, investor presentation, Series A deck, seed deck, or VC deck. Covers the full workflow: gathering company info, structuring narrative, generating a PowerPoint via script, and applying visual best practices.
- 100/100
pitch-deck-reviewer
OneWave-AI/claude-skills
Reviews pitch decks and investor presentations. Reads slide content, evaluates narrative flow, problem/solution clarity, market sizing, competitive positioning, financial projections, team credibility, and ask clarity. Generates a scored pitch-review.md with slide-by-slide feedback, overall score, top improvements, investor objection predictions, and comparisons to successful decks. Use when reviewing fundraising materials, investor decks, or pitch presentations.
- 100/100
pitch-psychologist
diegosouzapw/awesome-omni-skills
pitch-psychologist workflow skill. Use this skill when the user needs One sentence - what this skill does and when to invoke it and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
pitch-psychologist-v2
diegosouzapw/awesome-omni-skills
pitch-psychologist workflow skill. Use this skill when the user needs One sentence - what this skill does and when to invoke it and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
pivot-on-ioc
dandye/ai-runbooks
"Explore GTI relationships for an IOC to discover related entities. Use to expand investigation by finding connected domains, IPs, files, or threat actors. Takes an IOC and relationship types to query."
- 100/100
pixel-art
NousResearch/hermes-agent
Pixel art w/ era palettes (NES, Game Boy, PICO-8).
- 100/100
pixel-art-sprites
mkurman/zorai
>
- 100/100
pixijs
TerminalSkills/skills
>-
- 100/100
pkh-erfolgsaussicht-pruefen
Klotzkette/claude-fuer-deutsches-recht
Pruefraster fuer Prozesskostenhilfe-Erfolgsaussichten im Sozialrecht. PKH-Antrag § 73a SGG iVm §§ 114 ff. ZPO. Pruefung wirtschaftliche Voraussetzungen Einkommen Vermoegen Selbstbehalt Belastungen. Erfolgsaussicht der Rechtsverfolgung hinreichende Erfolgsaussicht nach BGH-Massstab IV ZR 124/12 nicht offensichtlich aussichtslos. Antragsformular Formblatt mit Belegen Nachweisen. Beratungshilfe vorab fuer ausserordentliche Beratung. Vermoegens-Werte Schonvermoegen § 90 SGB XII verwertungsfaehiges Vermoegen. Mutwilligkeit-Pruefung. Beschwerde gegen PKH-Ablehnung § 172 SGG.
- 100/100
placekey-automation
ComposioHQ/awesome-claude-skills
"Automate Placekey tasks via Rube MCP (Composio). Always search tools first for current schemas."
- 100/100
placid-automation
ComposioHQ/awesome-claude-skills
"Automate Placid tasks via Rube MCP (Composio). Always search tools first for current schemas."
- 100/100
plaedoyer-vorbereitung-strafverteidigung
Klotzkette/claude-fuer-deutsches-recht
Strukturierte Vorbereitung des Strafverteidiger-Plaedoyers nach Schluss der Beweisaufnahme gemaess § 258 StPO. Beweiswuerdigung, Subsumtion unter Tatbestand, Verwertungsverbote, Strafzumessungs-Argumente, Strafrahmen-Verschiebung § 49 StGB, Schuldfaehigkeit §§ 20-21 StGB, Bewaeherung § 56 StGB, Hilfsbeweisantraege und Verfahrensruegen fuer Revision.
- 100/100
plagiarism-checker
bitwize-music-studio/claude-ai-music-skills
Scans lyrics for phrases that may match existing songs using web search and LLM knowledge. Use before release to check for unintentional borrowing.
- 100/100
plaid-finance
mkurman/zorai
Plaid financial data API: bank accounts, transactions, balances, income, assets, identity verification, and ACH payments. Connect to 12,000+ financial institutions for personal finance and lending apps.
- 100/100
plaid-fintech
diegosouzapw/awesome-omni-skills
Plaid Fintech workflow skill. Use this skill when the user needs Expert patterns for Plaid API integration including Link token and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
plaid-fintech-v2
diegosouzapw/awesome-omni-skills
Plaid Fintech workflow skill. Use this skill when the user needs Expert patterns for Plaid API integration including Link token and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
plaid-fintech-v3
diegosouzapw/awesome-omni-skills
Plaid Fintech workflow skill. Use this skill when the user needs Expert patterns for Plaid API integration including Link token and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 100/100
plaid-fintech-v4
diegosouzapw/awesome-omni-skills
Plaid Fintech workflow skill. Use this skill when the user needs Expert patterns for Plaid API integration including Link token and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.
- 65/100
plain
vm0-ai/vm0-skills
Plain.com GraphQL API for customer support. Use when user mentions "Plain", "Plain.com", "support threads", or managing customers in Plain.
- 100/100
plain-automation
ComposioHQ/awesome-claude-skills
"Automate Plain tasks via Rube MCP (Composio). Always search tools first for current schemas."
- 100/100
plain-language-letters
anthropics/claude-for-legal
>
- 100/100
plan
NousResearch/hermes-agent
Plan mode: write markdown plan to .hermes/plans/, no exec.
- 80/100
plan-alm
microsoft/power-platform-skills
>-
- 100/100
plan-deal-strategy
openai/role-specific-plugins
Build a post-discovery deal strategy pack with a deal map, buying committee map, procurement risk register, and prioritized next actions from grounded deal evidence.
- 100/100
plan-editing-conventions
closedloop-ai/claude-plugins
Conventions for editing plan.json implementation plans including task format, structured arrays, and plan structure rules. Use when creating or modifying plan.json files.
- 100/100
plan-feature
HoangNguyen0403/agent-skills-standard
Plan a feature from BRD-lite brief or clear intent into PRD (What), decisions, implementation plan, and task slices.
- 100/100
plan-formatting
yogsoth-ai/de-anthropocentric-research-engine
Format task plan as bite-sized executable tasks following superpowers:writing-plans conventions
- 100/100
plan-generator
aipoch/medical-research-skills
Automatically generates a Markdown final-exam review plan or lab experiment schedule when you provide a date range, tasks/items, and available daily hours (via interactive prompts or a one-time JSON input).
- 100/100
plan-mode
vercel-labs/open-agents
Holistic, system-aware planning before implementing non-trivial tasks. Use when the task involves new features, architectural decisions, multi-file changes, unclear requirements, or multiple valid approaches. Triggers on "/plan", "plan this", "design an approach", "let's plan first".
- 100/100
plan-orchestrate
affaan-m/ECC
Read a plan document, decompose it into steps, design a per-step agent chain from the ECC catalogue, and emit ready-to-paste /orchestrate custom prompts. Generative only — never invokes /orchestrate itself. Use when the user has a multi-step plan and wants to drive it through orchestrate without composing chains by hand.
- 100/100
plan-payroll
anthropics/knowledge-work-plugins
Forecasts cash, ranks overdue invoices, and stages PayPal reminders so the owner can confidently run payroll. Accepts optional horizon and payroll-date arguments.
- 100/100
plan-plus
popup-studio-ai/bkit-claude-code
|
- 100/100
plan-review-ceo
elophanto/EloPhanto
Use when reviewing a plan, spec, feature idea, or strategy doc to challenge scope and ambition before implementation.
- 100/100
plan-review-design
elophanto/EloPhanto
Use when reviewing the UX/UI portion of a plan before implementation — rate each design dimension 0-10, explain what would make it a 10, and patch the plan to get there.
- 100/100
plan-review-eng
elophanto/EloPhanto
Use when reviewing the implementation plan for architecture, data flow, edge cases, and test coverage before any code is written.
- 100/100
plan-structure
closedloop-ai/claude-plugins
Used when creating or updating implementation plans.
- 100/100
plan-validate
closedloop-ai/claude-plugins
|
Page 148 of 218