Top Rated
The most starred skills loved by the community. Quality guaranteed!
nestjs-openapi-docs
by jacarrara
Comprehensive OpenAPI (Swagger) documentation setup and implementation for NestJS applications. Use when working with NestJS projects that need API documentation, Swagger UI setup, or OpenAPI specification generation. Covers initial setup, decorator usage, CLI plugin configuration, model definitions, authentication, and advanced features like multiple specifications and custom responses.
obsidian-tasks
by larsderidder
Set up and manage an Obsidian task board with Kanban + Dataview. Creates a Tasks/Board.md pipeline (Backlog/Todo/In Progress/Review/Done), per-task notes with YAML frontmatter (status/priority/category/due), and dashboards via Dataview queries. Use for task tracking, moving cards between columns, keeping board + frontmatter in sync, and linking tasks to supporting notes/research.
eve-project-bootstrap
by Incept5
Bootstrap an Eve-compatible project with org/project setup, profile defaults, repo linkage, and first deploy.
eve-new-project-setup
by Incept5
Configure a new Eve Horizon project after running eve init (profile, auth, manifest, and repo linkage).
Self-Improving Agent Architect Skill
by niveshdandyan
"Rollback to previous version"
pasp
by permaweb
Permaweb Agent Social Protocol - Enable agents to create profiles, publish posts, comment, follow other agents, and build decentralized social infrastructure on Arweave. Use when agents want to participate in the PASP ecosystem, create permanent social presence, or interact with other agents across the permaweb.
chrono-deploy
by ChronoAIProject
Deploy current Git repository to the Developer Platform using MCP tools. Use when user asks to deploy, to deploy their project, or wants to push code to production. Covers pre-flight checks, GitHub OAuth, pipeline creation with environment variable detection, deployment triggering, and monitoring.
chrono-precheck
by ChronoAIProject
Verify project structure meets platform requirements before deployment. Use when checking if a project is ready to deploy, verifying Dockerfile exists, ensuring health endpoints are implemented, or validating SPA frontend setup. Covers fullstack, backend-only, and frontend-only project types.
chrono-restart
by ChronoAIProject
Perform Kubernetes rolling restart of backend deployment with existing image. Use when user needs to restart pods for config changes, reset state, clear memory leaks, or refresh without redeploying code. Does NOT rebuild or deploy new code - use chrono-deploy skill for that.
chrono-setup
by ChronoAIProject
Chrono CLI reference and setup guide. Use when installing chrono-cli, setting up a new project, running chrono init, or configuring MCP integration. Covers installation (curl script), authentication, project initialization, and common workflows.
riverflow-2-partners-api
by sourceful-official
Riverflow 2.0 API integration guidance for launch partners (Replicate, Runware, OpenRouter). Use when linking to partner docs, confirming partner access, and avoiding provider-specific assumptions.
code-reviewer
by BuidlGuidl
"Review TypeScript, React, and Next.js code against high standards for clarity, simplicity, and maintainability. Use this skill when: (1) Code has just been written or modified by Claude or a sub-agent, (2) User explicitly requests code review, (3) Refactoring has been completed, (4) New features or components have been implemented. The skill provides brutally honest but supportive feedback following Carlos's philosophy - celebrating good work while pushing back hard on complexity, unclear patterns, or violations of best practices."
example-coding-skill
by 7UP-AI
示例 Coding Skill 模板。用于演示团队 skill 的写法与结构,可复制此目录并修改为实际技能。
release-changelog
by 7UP-AI
根据 Conventional Commits 自动生成或更新 CHANGELOG,用于发布前整理变更、打 tag 前统一记录。包含可执行脚本,支持 dry-run、指定版本与起始 ref。
lint-build-fixer
by vajahath
"Used to systematically fix TypeScript build errors and ESLint linting issues. Triggers when asked to 'fix the build', 'resolve lint errors', 'fix type errors', or when build/lint failures are detected. Follows a strict priority: 1) Identify scripts, 2) Fix TS/Build errors first, 3) Verify & Commit build fix, 4) Fix Lint (Auto-fix first, then rule-by-rule), 5) Final Full Verification."
pr
by ahmadawais
PR workflow - validate, branch, commit, push, PR, checkout main, rebase, squash merge. Use when submitting changes.
slack
by ahmadawais
Transform messy work updates into clean, standardized end-of-day Slack sync summaries. Use when asked to "format my updates", "create a sync", "write a standup", or "summarize my work" for Slack.
x
by ahmadawais
Write sarcastic, ultra-concise X/Twitter posts about AI coding, open-source, and dev life. Use when asked to write tweets or X posts.
install-mcp-servers
by reapzyau
Automatically installs Apify MCP, Netlify MCP, and Context7 MCP servers to enable web scraping, deployment, and library documentation capabilities. Use when setting up a new project or when you need these MCP integrations.
amap
by tangqihy
高德地图路径规划能力,支持自然语言查询两个地点之间的距离、驾车时间,以及高级行程规划
ship
by eljun
Deploy approved features to production. Creates PRs, runs pre-deployment checks, and updates TASKS.md. Use after /document completes. Supports task IDs for easier invocation.
task
by eljun
Create task documents for new features, updates, or fixes. Creates detailed specs in docs/task/*.md with full implementation context. Updates TASKS.md for tracking. Use when starting any new work.
test
by eljun
Test web implementations using Playwright MCP for E2E testing. Creates test reports in docs/testing/*.md. Supports email-based auth testing via Mailinator (registration, verification, password reset, notifications).
document
by eljun
Update project documentation after feature approval. Creates/updates feature docs and user guides. Use after /test passes and user approves. Supports task IDs for easier invocation.