Development
Programming, frameworks, implementation, frontend, backend, and app development
Browse development skills
Showing 62,209–62,232 of 70,023 skills
Guidelines for developing with Convex backend-as-a-service platform, covering queries, mutations, actions, and real-time data patterns
Cloudflare Workers, Pages, KV, D1, R2, and Durable Objects development best practices for edge computing applications.
Guidelines for implementing Clerk authentication in Next.js applications with middleware, hooks, and security best practices
Guidelines for implementing Clean Architecture patterns in Flutter and Go applications, with emphasis on separation of concerns, dependency rules, and testability.
Expert guidance for HTML/XML parsing using Cheerio in Node.js with best practices for DOM traversal, data extraction, and efficient scraping pipelines.
Guidelines for C# development including Blazor, Unity game development, and .NET backend best practices
Bootstrap development guidelines for responsive layouts, components, and utility-first styling.
Guidelines for Blazor development including component lifecycle, state management, and performance optimization
Guidelines for backend development in C++ and Elixir/Phoenix, covering modern language features, best practices, and production-ready patterns.
Expert guidance for Microsoft AutoGen multi-agent framework development including agent creation, conversations, tool integration, and orchestration patterns.
Guidelines for implementing Auth0 authentication with best practices for security, rules, actions, and SDK integration
Expert in Astro framework with static generation and partial hydration patterns
Guidelines for ASP.NET Core web development covering API design, authentication, caching, and best practices
Guidelines for developing GraphQL APIs and React applications using Apollo Client for state management, data fetching, and caching
Guidelines for building clean, scalable APIs with Go standard library and NestJS TypeScript, covering security, validation, and modular architecture.
Expert guidance for Anthropic Claude API development including Messages API, tool use, prompt engineering, and building production applications with Claude models.
Expert in Angular TypeScript development with scalable, high-performance patterns
Expert guidance for Angular and TypeScript development focused on scalable, high-performance web applications
Alpine.js development guidelines for lightweight reactive interactions with Tailwind CSS and various backend frameworks.
创建新技能、编辑现有技能或部署前验证技能时使用。将 TDD 应用于流程文档编写。Use when creating new skills, editing existing skills, or verifying skills work before deployment. Writing skills IS Test-Driven Development applied to process documentation.
当有多步骤任务的规格或需求时使用,在动代码之前。编写全面的实施计划,假设工程师对代码库零上下文。Use when you have a spec or requirements for a multi-step task, before touching code. Write comprehensive implementation plans.
开始任何对话时使用 - 确立如何查找和使用技能。在任何响应之前(包括澄清问题)都需要调用 Skill 工具。Use when starting any conversation - establishes how to find and use skills. If a skill might apply (even 1% chance), you MUST invoke it.
开始需要与当前工作区隔离的功能开发或执行实施计划前使用。创建隔离的 git worktrees,智能选择目录并进行安全验证。Use for feature work isolation or before implementation plans - creates isolated git worktrees with smart directory selection.
实现任何功能或修复 bug 时使用,在编写实现代码之前先写测试。Use when implementing any feature or bugfix - write the test first, watch it fail, write minimal code to pass. TDD 红绿重构循环。