
from "obra/superpowers"
Use when creating new skills, editing existing skills, or verifying skills work before deployment
Explore high-quality agent skills for devops.

from "obra/superpowers"
Use when creating new skills, editing existing skills, or verifying skills work before deployment

from "affaan-m/everything-claude-code"
AI-assisted video editing workflows for cutting, structuring, and augmenting real footage. Covers the full pipeline from raw capture through FFmpeg, Remotion, ElevenLabs, fal.ai, and final...

from "affaan-m/everything-claude-code"
Production machine-learning engineering workflow for data contracts, reproducible training, model evaluation, deployment, monitoring, and rollback. Use when building, reviewing, or...

from "affaan-m/everything-claude-code"
Build a source-derived writing style profile from real posts, essays, launch notes, docs, or site copy, then reuse that profile across content, outreach, and social workflows. Use when the...

from "affaan-m/everything-claude-code"
Build an evidence-backed ECC install plan for a specific repo by sorting skills, commands, rules, hooks, and extras into DAILY vs LIBRARY buckets using parallel repo-aware review passes....

from "affaan-m/everything-claude-code"
用于审计Claude技能和命令的质量。支持快速扫描(仅变更技能)和全面盘点模式,采用顺序子代理批量评估。

from "affaan-m/everything-claude-code"
使用AgentShield扫描您的Claude代码配置(.claude/目录),以发现安全漏洞、配置错误和注入风险。检查CLAUDE.md、settings.json、MCP服务器、钩子和代理定义。

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.

from "affaan-m/everything-claude-code"
Operate long-lived agent workloads with observability, security boundaries, and lifecycle management.

from "affaan-m/everything-claude-code"
Build monitoring dashboards that answer real operator questions for Grafana, SigNoz, and similar platforms. Use when turning metrics into a working dashboard instead of a vanity board.

from "affaan-m/everything-claude-code"
Use only when writing/updating/fixing C++ tests, configuring GoogleTest/CTest, diagnosing failing or flaky tests, or adding coverage/sanitizers.

from "affaan-m/everything-claude-code"
C++ coding standards based on the C++ Core Guidelines isocpp.github.io . Use when writing, reviewing, or refactoring C++ code to enforce modern, safe, and idiomatic practices.

from "affaan-m/everything-claude-code"
Build a new API connector or provider by matching the target repo's existing integration pattern exactly. Use when adding one more integration without inventing a second architecture.

from "affaan-m/everything-claude-code"
基于RFC驱动的多智能体DAG执行模式,包含质量门、合并队列和工作单元编排。

from "affaan-m/everything-claude-code"
Deployment workflows, CI/CD pipeline patterns, Docker containerization, health checks, rollback strategies, and production readiness checklists for web applications.

from "affaan-m/everything-claude-code"
Django项目的验证循环:迁移、代码检查、带覆盖率的测试、安全扫描,以及在发布或PR前的部署就绪检查。

from "affaan-m/everything-claude-code"
部署工作流、CI/CD流水线模式、Docker容器化、健康检查、回滚策略以及Web应用程序的生产就绪检查清单。

from "affaan-m/everything-claude-code"
跨X、LinkedIn、Threads和Bluesky的多平台内容分发。使用内容引擎模式根据平台适配内容。从不跨平台发布相同内容。当用户希望跨社交平台分发内容时使用。

from "affaan-m/everything-claude-code"
LLM API 使用成本优化模式 —— 基于任务复杂度的模型路由、预算跟踪、重试逻辑和提示缓存。

from "affaan-m/everything-claude-code"
将单行目标转化为多会话、多代理工程项目的分步构建计划。每个步骤包含独立的上下文简介,以便新代理能直接执行。包括对抗性审查门、依赖图、并行步骤检测、反模式目录和计划突变协议。触发条件:当用户请求复杂多PR任务的计划、蓝图或路线图,或描述需要多个会话的工作时。不触发条件:任务可在单个PR或少于3个工具调用中完成,或用户说“直接执行”时。origin: community

from "affaan-m/everything-claude-code"
Verification loop for Laravel projects: env checks, linting, static analysis, tests with coverage, security scans, and deployment readiness.

from "affaan-m/everything-claude-code"
Deployment iş akışları, CI/CD pipeline kalıpları, Docker konteynerizasyonu, sağlık kontrolleri, rollback stratejileri ve web uygulamaları için üretim hazırlığı kontrol listeleri.

from "affaan-m/everything-claude-code"
构建一个全自动化的AI驱动数据收集代理,适用于任何公共来源——招聘网站、价格信息、新闻、GitHub、体育赛事等任何内容。按计划进行抓取,使用免费LLM(Gemini Flash)丰富数据,将结果存储在Notion/Sheets/Supabase中,并从用户反馈中学习。完全免费在GitHub Actions上运行。适用于用户希望自动监控、收集或跟踪任何公共数据的场景。

from "affaan-m/everything-claude-code"
E2E testing for Windows native desktop apps WPF, WinForms, Win32/MFC, Qt using pywinauto and Windows UI Automation.