Skip to main content
~/
skillsmp
$
ai
--search
$
cd
/occupations
$
watch
stats
$
man
docs
ZH
在 Manus 中运行任何 Skill
一键导入
一键在 Manus 中运行任何 Skill
开始使用
$
cd
top
一键运行任何 Skill
开发 - Agent Skills | SkillsMP
$
pwd:
~
/
categories
/
development
开发
探索全面的 agent skills 软件开发技能,涵盖所有平台和语言。从前端到后端,移动到全栈,此领域涵盖构建现代应用程序的完整开发工具和框架。
最多星标
最近更新
acp-router.md
367.6k
from
"openclaw/openclaw"
Route plain-language requests for Pi, Claude Code, Cursor, Copilot, OpenClaw ACP, OpenCode, Gemini CLI, Qwen, Kiro, Kimi, iFlow, Factory Droid, Kilocode, or explicit ACP harness work into either OpenClaw ACP runtime sessions or direct acpx-driven sessions ("telephone game" flow). For coding-agent thread requests, read this skill first, then use only `sessions_spawn` for thread creation. Codex chat binding defaults to the native Codex app-server plugin unless ACP is explicit or background spawn needs ACP.
2026-05-02
prose.md
367.6k
from
"openclaw/openclaw"
OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.
2026-03-13
coding-agent.md
367.6k
from
"openclaw/openclaw"
Delegate coding tasks to Codex, Claude Code, OpenCode, or Pi agents via immediate background processes. Use when: (1) building or creating features/apps, (2) reviewing PRs in a temp clone/worktree, (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-line fixes (just edit), reading code (use read tool), thread-bound ACP harness requests in chat (use sessions_spawn with runtime:"acp"), or any work in ~/clawd workspace (never spawn agents here). All coding-agent runs start with background:true immediately. Claude Code: use --print --permission-mode bypassPermissions (no PTY). Codex/Pi/OpenCode: pty:true required. Completion notification must use openclaw message send, not system event/heartbeat.
2026-04-28
notion.md
367.6k
from
"openclaw/openclaw"
Notion API for creating and managing pages, databases, and blocks.
2026-03-07
ordercli.md
367.6k
from
"openclaw/openclaw"
Foodora-only CLI for checking past orders and active order status (Deliveroo WIP).
2026-01-31
xurl.md
367.6k
from
"openclaw/openclaw"
Use xurl for authenticated X API posts, replies, search, DMs, media upload, followers, or raw v2 calls.
2026-04-23
extract-errors.md
244.8k
from
"facebook/react"
Use when adding new error messages to React, or seeing "unknown error code" warnings.
2026-01-24
create-prompt.md
184.5k
from
"microsoft/vscode"
Create a reusable prompt file (.prompt.md) for a common task.
2026-04-08
project-setup-info-context7.md
184.5k
from
"microsoft/vscode"
Comprehensive setup steps to help the user create complete project structures in a VS Code workspace. This tool is designed for full project initialization and scaffolding, not for creating individual files. When to use this tool: when the user wants to create a new complete project from scratch; when setting up entire project frameworks (TypeScript projects, React apps, Node.js servers, etc.); when initializing Model Context Protocol (MCP) servers with full structure; when creating VS Code extensions with proper scaffolding; when setting up Next.js, Vite, or other framework-based projects; when the user asks for "new project", "create a workspace", or "set up a [framework] project"; when you need to establish a complete development environment with dependencies, config files, and folder structure. When NOT to use this tool: when creating single files or small code snippets; when adding individual files to existing projects; when making modifications to existing codebases; when the user asks to "create a file
2026-03-16
project-setup-info-local.md
184.5k
from
"microsoft/vscode"
Comprehensive setup steps to help the user create complete project structures in a VS Code workspace; this tool is designed for full project initialization and scaffolding, not for creating individual files. When to use this tool: user wants to create a new complete project from scratch; setting up entire project frameworks (TypeScript projects, React apps, Node.js servers, etc.); initializing Model Context Protocol (MCP) servers with full structure; creating VS Code extensions with proper scaffolding; setting up Next.js, Vite, or other framework-based projects; user asks for "new project", "create a workspace", "set up a [framework] project"; need to establish a complete development environment with dependencies, config files, and folder structure. When NOT to use this tool: creating single files or small code snippets; adding individual files to existing projects; making modifications to existing codebases; user asks to "create a file" or "add a component"; simple code examples or demonstrations; debugging
2026-03-16
sessions.md
184.5k
from
"microsoft/vscode"
Agents window architecture — covers the agents-first app, layering, folder structure, chat widget, menus, contributions, entry points, and development guidelines. Use when implementing features or fixing issues in the Agents window.
2026-03-31
dispatching-parallel-agents.md
176.7k
from
"obra/superpowers"
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
2026-03-12
api-design.md
172.2k
from
"affaan-m/everything-claude-code"
REST API design patterns including resource naming, status codes, pagination, filtering, error responses, versioning, and rate limiting for production APIs.
2026-04-29
backend-patterns.md
172.2k
from
"affaan-m/everything-claude-code"
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
2026-04-29
bun-runtime.md
172.2k
from
"affaan-m/everything-claude-code"
Bun as runtime, package manager, bundler, and test runner. When to choose Bun vs Node, migration notes, and Vercel support.
2026-04-29
coding-standards.md
172.2k
from
"affaan-m/everything-claude-code"
Baseline cross-project coding conventions for naming, readability, immutability, and code-quality review. Use detailed frontend or backend skills for framework-specific patterns.
2026-04-29
documentation-lookup.md
172.2k
from
"affaan-m/everything-claude-code"
Use up-to-date library and framework docs via Context7 MCP instead of training data. Activates for setup questions, API references, code examples, or when the user names a framework (e.g. React, Next.js, Prisma).
2026-04-29
frontend-patterns.md
172.2k
from
"affaan-m/everything-claude-code"
Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.
2026-04-30
mcp-server-patterns.md
172.2k
from
"affaan-m/everything-claude-code"
Build MCP servers with Node/TypeScript SDK — tools, resources, prompts, Zod validation, stdio vs Streamable HTTP. Use Context7 or official MCP docs for latest API.
2026-04-29
nextjs-turbopack.md
172.2k
from
"affaan-m/everything-claude-code"
Next.js 16+ and Turbopack — incremental bundling, FS caching, dev speed, and when to use Turbopack vs webpack.
2026-04-29
product-capability.md
172.2k
from
"affaan-m/everything-claude-code"
Translate PRD intent, roadmap asks, or product discussions into an implementation-ready capability plan that exposes constraints, invariants, interfaces, and unresolved decisions before multi-service work starts. Use when the user needs an ECC-native PRD-to-SRS lane instead of vague planning prose.
2026-04-29
strategic-compact.md
172.2k
from
"affaan-m/everything-claude-code"
Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.
2026-04-29
bun-runtime.md
172.2k
from
"affaan-m/everything-claude-code"
Bun as runtime, package manager, bundler, and test runner. When to choose Bun vs Node, migration notes, and Vercel support.
2026-03-16
documentation-lookup.md
172.2k
from
"affaan-m/everything-claude-code"
Use up-to-date library and framework docs via Context7 MCP instead of training data. Activates for setup questions, API references, code examples, or when the user names a framework (e.g. React, Next.js, Prisma).
2026-03-16
mcp-server-patterns.md
172.2k
from
"affaan-m/everything-claude-code"
Build MCP servers with Node/TypeScript SDK — tools, resources, prompts, Zod validation, stdio vs Streamable HTTP. Use Context7 or official MCP docs for latest API.
2026-03-16
nextjs-turbopack.md
172.2k
from
"affaan-m/everything-claude-code"
Next.js 16+ and Turbopack — incremental bundling, FS caching, dev speed, and when to use Turbopack vs webpack.
2026-03-16
backend-patterns.md
172.2k
from
"affaan-m/everything-claude-code"
Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.
2026-03-30
coding-standards.md
172.2k
from
"affaan-m/everything-claude-code"
TypeScript、JavaScript、React、Node.js開発のための汎用コーディング標準、ベストプラクティス、パターン。
2026-03-30
frontend-patterns.md
172.2k
from
"affaan-m/everything-claude-code"
React、Next.js、状態管理、パフォーマンス最適化、UIベストプラクティスのためのフロントエンド開発パターン。
2026-03-30
iterative-retrieval.md
172.2k
from
"affaan-m/everything-claude-code"
サブエージェントのコンテキスト問題を解決するために、コンテキスト取得を段階的に洗練するパターン
2026-03-30
backend-patterns.md
172.2k
from
"affaan-m/everything-claude-code"
Node.js, Express, Next.js API 라우트를 위한 백엔드 아키텍처 패턴, API 설계, 데이터베이스 최적화 및 서버 사이드 모범 사례.
2026-03-30
coding-standards.md
172.2k
from
"affaan-m/everything-claude-code"
TypeScript, JavaScript, React, Node.js 개발을 위한 범용 코딩 표준, 모범 사례 및 패턴.
2026-03-30
golang-patterns.md
172.2k
from
"affaan-m/everything-claude-code"
견고하고 효율적이며 유지보수 가능한 Go 애플리케이션 구축을 위한 관용적 Go 패턴, 모범 사례 및 규칙.
2026-03-13
strategic-compact.md
172.2k
from
"affaan-m/everything-claude-code"
임의의 자동 컴팩션 대신 논리적 간격에서 수동 컨텍스트 압축을 제안하여 작업 단계를 통해 컨텍스트를 보존합니다.
2026-03-13
api-design.md
172.2k
from
"affaan-m/everything-claude-code"
REST API tasarım kalıpları; kaynak isimlendirme, durum kodları, sayfalama, filtreleme, hata yanıtları, versiyonlama ve üretim API'leri için hız sınırlama içerir.
2026-03-22
backend-patterns.md
172.2k
from
"affaan-m/everything-claude-code"
Node.js, Express ve Next.js API routes için backend mimari kalıpları, API tasarımı, veritabanı optimizasyonu ve sunucu tarafı en iyi uygulamalar.
2026-03-30
coding-standards.md
172.2k
from
"affaan-m/everything-claude-code"
TypeScript, JavaScript, React ve Node.js geliştirme için evrensel kodlama standartları, en iyi uygulamalar ve kalıplar.
2026-03-30
django-patterns.md
172.2k
from
"affaan-m/everything-claude-code"
DRF ile Django mimari desenleri, REST API tasarımı, ORM en iyi uygulamaları, caching, signal'ler, middleware ve production-grade Django uygulamaları.
2026-03-22
docker-patterns.md
172.2k
from
"affaan-m/everything-claude-code"
Yerel geliştirme, konteyner güvenliği, ağ, volume stratejileri ve multi-servis orkestrasyon için Docker ve Docker Compose kalıpları.
2026-03-22
frontend-patterns.md
172.2k
from
"affaan-m/everything-claude-code"
React, Next.js, state yönetimi, performans optimizasyonu ve UI en iyi uygulamaları için frontend geliştirme kalıpları.
2026-03-30
golang-patterns.md
172.2k
from
"affaan-m/everything-claude-code"
İdiomatic Go desenler, en iyi uygulamalar ve sağlam, verimli ve bakımı kolay Go uygulamaları oluşturmak için konvansiyonlar.
2026-03-22
kotlin-patterns.md
172.2k
from
"affaan-m/everything-claude-code"
Coroutine'ler, null safety ve DSL builder'lar ile sağlam, verimli ve sürdürülebilir Kotlin uygulamaları oluşturmak için idiomatic Kotlin kalıpları, en iyi uygulamalar ve konvansiyonlar.
2026-03-22
laravel-patterns.md
172.2k
from
"affaan-m/everything-claude-code"
Laravel architecture patterns, routing/controllers, Eloquent ORM, service layers, queues, events, caching, and API resources for production apps.
2026-03-22
nextjs-turbopack.md
172.2k
from
"affaan-m/everything-claude-code"
Next.js 16+ and Turbopack — incremental bundling, FS caching, dev speed, and when to use Turbopack vs webpack.
2026-03-22
python-patterns.md
172.2k
from
"affaan-m/everything-claude-code"
Pythonic idiomlar, PEP 8 standartları, type hint'ler ve sağlam, verimli ve bakımı kolay Python uygulamaları oluşturmak için en iyi uygulamalar.
2026-03-22
springboot-patterns.md
172.2k
from
"affaan-m/everything-claude-code"
Spring Boot architecture patterns, REST API design, layered services, data access, caching, async processing, and logging. Use for Java Spring Boot backend work.
2026-03-22
agentic-engineering.md
172.2k
from
"affaan-m/everything-claude-code"
作为代理工程师,采用评估优先执行、分解和成本感知模型路由进行操作。
2026-03-07
android-clean-architecture.md
172.2k
from
"affaan-m/everything-claude-code"
适用于Android和Kotlin多平台项目的Clean Architecture模式——模块结构、依赖规则、用例、仓库以及数据层模式。
2026-03-30