Loading...
Loading...
Found 2,979 Skills
Configure LangChain local development workflow with hot reload and testing. Use when setting up development environment, configuring test fixtures, or establishing a rapid iteration workflow for LangChain apps. Trigger with phrases like "langchain dev setup", "langchain local development", "langchain testing", "langchain development workflow".
Git workflow and conventions — branching, commit messages, and PR creation.
Design and build websites using AI coding agents with static site generators. Covers Astro-first workflow, iterative visual refinement via browser feedback, skill-enhanced prompting (frontend-design, copywriting), animations, and high-bar polish loops. Use when building a website with an AI agent, designing landing pages, or iterating on web design with LLM assistance.
Use when annotating code with structured metadata, tags, and markers for AI-assisted development workflows. Covers annotation formats, semantic tags, and integration with development tools.
Trend intelligence and cultural signal detection for emerging news and behaviors. USE WHEN: Researching latest news (48h), identifying cultural/tech/consumer shifts before mainstream adoption, analyzing emerging trends with advanced elicitation. PRIMARY TRIGGERS: "coolhunt [topic]" = Full research workflow (5 steps) "trend analysis" = Deep analysis with elicitation methods "news scan [topic]" = Quick news gathering WORKFLOW: Request → Web Research → Elicitation Selection → Analysis → Report OUTPUT: Markdown report with headline, summary, fact-check, and behavioral analysis saved to coolhunter-output/report-{datetime}/{title}.md
Safe experimentation framework for AI agents. Creates isolated sandbox environments for trying new features, testing approaches, and exploring solutions without polluting the main codebase. USE WHEN: Agent needs to try something uncertain, explore multiple approaches, test a new library, prototype a feature, or run a technical spike before committing to implementation. PRIMARY TRIGGERS: "experiment with" = Setup sandbox + run experiment "try this approach" = Quick experiment in sandbox "spike" / "POC" / "prototype" = Time-boxed technical investigation "tinker" / "tinkering mode" = Enter experimentation workflow "explore options" = Multi-approach comparison in sandbox NOT FOR: Debugging (use debugger), testing (use test runner), or committed feature work (use git branches). DIFFERENTIATOR: Unlike git branches (for committed direction), tinkering is for "I don't know if this will work" exploration. Try 5 things in sandbox before committing to a branch. Faster feedback, zero codebase pollution.
Use Frappe Manager (FM) for Docker-based development and testing environments. Use when setting up local dev, running isolated tests, or managing agent-driven Frappe development workflows.
Verification + citation workflow. Use whenever the user asks you to look up information, mentions latest/today/real-time, requests news/weather/prices/scores, or whenever you plan to reference external facts. Requires source links and (when relevant) local published/updated time. NEVER fabricate.
Use this skill when managing git branches, releases, or hotfixes according to the Gitflow workflow. It enforces naming conventions and synchronization policies.
Comprehensive reference for Apple's Tap to Pay on iPhone — the ProximityReader framework, PSP integration, entitlement workflow, marketing guidelines, and regional availability. Use this skill whenever the user asks about implementing contactless payments on iPhone, the ProximityReader API, Tap to Pay entitlements, NFC payment acceptance, loyalty card reading via NFC, payment service provider (PSP) selection for Tap to Pay, or merchant-facing payment app development. Also trigger when the user mentions "Tap to Pay", "TTP", "softPOS", "iPhone as terminal", "contactless payment acceptance", or building an app that accepts card-present payments on iPhone without external hardware.
Enforce Test-Driven Development (TDD) workflow for all code changes. Apply PROACTIVELY by default using Red-Green-Refactor cycles for features, bug fixes, and refactoring.
Trigger when the user wants to create a new FastAPI project, add new features, refactor code, or asks about architectural best practices. This skill enforces 2026 clean architecture with SQLModel, Repository Pattern, full async, and production-ready workflow.