Topic: ai-skills
5,410 skills in this topic.
-
readme-for-developers
Write developer-oriented README as onboarding documentation. Use when creating/updating README, setting up new projects, or when new developers need to understand the codebase quickly. README = Entry point + Architecture overview + Working agreement.
aiskillstore/marketplace 232
-
evaluation
Build evaluation frameworks for agent systems. Use when testing agent performance, validating context engineering choices, or measuring improvements over time.
aiskillstore/marketplace 232
-
prompt-engineering
Advanced prompt engineering techniques for optimal AI responses. Use this when crafting prompts, optimizing AI interactions, or designing system prompts for applications.
aiskillstore/marketplace 232
-
project-structure
Organize project folders following industry best practices. Use when setting up new projects, reorganizing codebases, or when folder structure becomes messy. Covers Next.js, Bulletproof React, and FSD patterns.
aiskillstore/marketplace 232
-
context-optimization
Apply optimization techniques to extend effective context capacity. Use when context limits constrain agent performance, when optimizing for cost or latency, or when implementing long-running agent systems.
aiskillstore/marketplace 232
-
planning
Transform ideas into actionable implementation plans. Combines Socratic questioning for requirements discovery with detailed task breakdown for zero-context engineers. Use before any feature development.
aiskillstore/marketplace 232
-
scaffolding-openai-agents
Builds AI agents using OpenAI Agents SDK with async/await patterns and multi-agent orchestration.
Use when creating tutoring agents, building agent handoffs, implementing tool-calling agents, or orchestrating multiple specialists.
Covers Agent class, Runner patterns, function tools, guardrails, and streaming responses.
NOT when using raw OpenAI API without SDK or other agent frameworks like LangChain.
aiskillstore/marketplace 232
-
streaming-llm-responses
Implement real-time streaming UI patterns for AI chat applications. Use when adding response
lifecycle handlers, progress indicators, client effects, or thread state synchronization.
Covers onResponseStart/End, onEffect, ProgressUpdateEvent, and client tools.
NOT when building basic chat without real-time feedback.
aiskillstore/marketplace 232
-
optimize
Improve interface performance across loading speed, rendering, animations, images, and bundle size. Makes experiences faster and smoother.
aiskillstore/marketplace 232
-
creating-skills
Guides creation of effective Agent Skills with proper structure and validation.
Use when users want to create a new skill, update an existing skill, or need
guidance on skill design patterns, SKILL.md format, or verify.py implementation.
NOT when just using existing skills (use those skills directly).
aiskillstore/marketplace 232
-
frontend-component
Next.js 16+ uses App Router with Server Components by default. Client Components are only used when interactivity is needed (hooks, event handlers, browser APIs).
aiskillstore/marketplace 232
-
agile-design-doc
生成面向敏捷开发团队的精炼设计文档。MVP导向,避免过度设计。使用场景:(1) 需要为新功能或系统模块生成设计文档 (2) 需要明确功能边界和交互流程 (3) 需要提供实现思路和关键方法 (4) 需要阐述技术难点和解决方案。该skill会先分析项目技术栈和现有组件,然后生成精炼、重点突出的设计文档。
aiskillstore/marketplace 232
-
framer-motion
Comprehensive Framer Motion animation library for React. Covers motion components, variants, gestures, page transitions, and scroll animations. Use when adding animations to React/Next.js applications.
aiskillstore/marketplace 232
-
plan
Guidelines for iteratively planning tasks and changes before implementation. Use this when the user requests a non-trivial task or when you need to align on a complex implementation strategy.
aiskillstore/marketplace 232
-
knowledge
Display knowledge base status and recent learnings
aiskillstore/marketplace 232
-
learn
Extract and persist insights from the current conversation to the knowledge base
aiskillstore/marketplace 232
-
learn-off
Disable continuous learning mode
aiskillstore/marketplace 232
-
learn-on
Enable continuous learning mode for automatic insight extraction
aiskillstore/marketplace 232
-
learn-reset
Clear the knowledge base and start fresh
aiskillstore/marketplace 232
-
route
Manually route a query to the optimal Claude model (Haiku/Sonnet/Opus)
aiskillstore/marketplace 232
-
router-stats
Display Claude Router usage statistics and cost savings
aiskillstore/marketplace 232
-
fetching-library-docs
Token-efficient library API documentation fetcher using Context7 MCP with 77% token savings.
Fetches code examples, API references, and usage patterns for published libraries (React,
Next.js, Prisma, etc). Use when users ask "how do I use X library", need code examples,
want API syntax, or are learning a framework's official API. Triggers: "Show me React hooks",
"Prisma query syntax", "Next.js routing API". NOT for exploring repo internals/source code
(use researching-with-deepwiki) or local files.
aiskillstore/marketplace 232
-
ios-debugger-agent
Use XcodeBuildMCP to build, run, launch, and debug the current iOS project on a booted simulator. Trigger when asked to run an iOS app, interact with the simulator UI, inspect on-screen state, capture logs/console output, or diagnose runtime behavior using XcodeBuildMCP tools.
aiskillstore/marketplace 232
-
deploying-cloud-k8s
Deploys applications to cloud Kubernetes (AKS/GKE/DOKS) with CI/CD pipelines.
Use when deploying to production, setting up GitHub Actions, troubleshooting deployments.
Covers build-time vs runtime vars, architecture matching, and battle-tested debugging.
aiskillstore/marketplace 232