Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

claude-skills

claude-skills 收录了来自 wolverin0 的 37 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
37
Stars
41
更新
2026-05-16
Forks
1
职业覆盖
10 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

audit-blind-spots
软件质量保证分析师与测试员

Walk the B1-B15 AI-to-AI blind-spot catalog systematically. Use during the audit pipeline AFTER hard-stops and Tambon hunt and BEFORE the 13 domain audits. Output: PRESENT / NOT PRESENT for each B-class with evidence. Findings flow into the appropriate domains.

2026-05-16
audit-decisions
合规官员会计师与审计师

Standardize remediation decisions, baseline-policy entries, and legal-review banners for accepted, deferred, or policy-blocked audit findings.

2026-05-16
audit-domain-01-security
信息安全分析师

Audit the security domain - auth, authz, secrets, transport, sensitive data exposure, dependency CVEs. Run as part of /audit Phase E.

2026-05-16
audit-domain-02-architecture
软件开发工程师

Audit the architecture and code quality domain - module boundaries, abstraction layers, code organization, naming, documentation. Run as part of /audit Phase E.

2026-05-16
audit-domain-03-database
数据库架构师

Audit the database and data layer - schema design, query patterns, migrations, indexing, RLS, soft-delete, transactions. Run as part of /audit Phase E.

2026-05-16
audit-domain-04-devops
网络与计算机系统管理员

Audit the infra and DevOps domain - CI/CD, deployment, IaC, secrets management, environments, logging, observability. Run as part of /audit Phase E.

2026-05-16
audit-domain-05-performance
软件开发工程师

Audit the performance domain - query efficiency, caching, async / blocking calls, payload sizes, scaling assumptions. Run as part of /audit Phase E.

2026-05-16
audit-domain-06-ux-a11y
网页与数字界面设计师

Audit the UI/UX and accessibility domain - error states, loading states, form validation, keyboard nav, ARIA, color contrast, mobile responsiveness. Run as part of /audit Phase E.

2026-05-16
audit-domain-07-reliability
软件质量保证分析师与测试员

Audit the reliability domain - error handling, retries, idempotency, race conditions, partial failures, timeouts, graceful degradation. Run as part of /audit Phase E.

2026-05-16
audit-domain-08-compliance
合规官员

Audit the legal/privacy/compliance signals - privacy policy alignment, data retention, GDPR/CCPA basics, cookie consent, export/delete capabilities. Run as part of /audit Phase E.

2026-05-16
audit-domain-09-maintainability
软件开发工程师

Audit the dev experience and maintainability - local setup, documentation, test quality, CI feedback time, debuggability. Run as part of /audit Phase E.

2026-05-16
audit-domain-10-cost
网络与计算机系统管理员

Audit the cost and billing risk domain - runaway loops, unbounded LLM/API calls, missing rate limits on paid services, infrastructure cost amplifiers. Run as part of /audit Phase E.

2026-05-16
audit-domain-11-demo-vs-prod
网络与计算机系统管理员

Audit the gap between demo-quality and production-quality - hardcoded test data, dev-only configurations shipped, missing prod hardening. Run as part of /audit Phase E.

2026-05-16
audit-domain-12-missing
网络与计算机系统管理员

Audit what a normal production app at this scale would have but is absent - health checks, error tracking, feature flags, audit logs, on-call. Run as part of /audit Phase E.

2026-05-16
audit-domain-13-code-integrity
软件质量保证分析师与测试员

Audit code integrity and coherence - duplication, hallucinated references, Tambon signatures, spec drift, Frankenstein patterns, mystery code. THIS DOMAIN incorporates findings from the Tambon hunt and most of the blind-spots walk. Run as part of /audit Phase E.

2026-05-16
audit-fix-generator
软件开发工程师

Generate a detailed AI fix prompt for a specific audit finding. Use when the user asks "/audit-fix F-X.Y" or "give me the fix prompt for finding N." Produces a complete prompt the user can hand to a fresh AI session (Claude Code, Cursor, ChatGPT) to remediate the finding with verification and rollback steps.

2026-05-16
audit-hard-stops
软件质量保证分析师与测试员

Walk the H1-H9 hard-stops catalog systematically against an audit scope. Use as the FIRST audit phase after audit-method completes. Runs detection commands for each hard stop class and reports FOUND / NOT FOUND with evidence. If any hard stop is found, the audit verdict locks to HARD STOP: DO NOT LAUNCH.

2026-05-16
audit-loop
合规官员

Orchestrate the full audit improvement cycle: audit, roadmap, remediation, rerun, delta comparison, and skill patching for missed findings until convergence or a terminal blocked state.

2026-05-16
audit-method
计算机系统分析师

Run the methodology setup phase of a technical audit - fingerprint the stack, inventory the repository, and produce a system map. Use this BEFORE running any audit domains. Output: detected stack, repo summary, and high-level architecture in 3-5 paragraphs. No findings yet.

2026-05-16
audit-orchestrator
软件质量保证分析师与测试员

Conduct a full technical due diligence audit of a vibe-coded codebase. Use when the user types `/audit`, asks for a "full audit," asks for a "due diligence review," asks "is this codebase ready to ship-", or asks for a comprehensive code review of an entire repository (not a single PR). Coordinates the 13 domain skills, the hard-stop hunt, the Tambon LLM-signature hunt, and the blind-spot walk. Produces a single dual-layer report (founder view + technical evidence).

2026-05-16
audit-tambon-hunt
软件质量保证分析师与测试员

Hunt the three Tambon LLM-failure-mode signatures (Hallucinated Object, Wrong Attribute, Silly Mistake) across an audit scope. Use during the audit pipeline AFTER hard-stops and BEFORE blind-spots. Output: counts per signature, top occurrences, density per 1000 LoC. Findings flow into Domain 13 (Code Integrity).

2026-05-16
debate
软件开发工程师

Multi-LLM debate orchestration (Claude vs Codex vs Gemini) with rounds + synthesis.

2026-05-16
debug-resolve
软件开发工程师

Use when debugging a bug or incident and you need a strict end-to-end investigation loop from reproduction to verified fix.

2026-05-16
deploy-verify
网络与计算机系统管理员

Use after deployments to verify health endpoints, run API smoke tests, and confirm release integrity with CLI checks.

2026-05-16
feature-validation
软件质量保证分析师与测试员

Use when implementation is complete and needs validation - tests REAL app features with Playwright, checks console errors, validates CRUD operations, generates persistent HTML reports to /test/ directory

2026-05-16
handoff
综合办公文员

Write a structured session handoff file for clean context transfer. Use when ending a session, before /clear, when context is heavy, when handing off work to another pane, or when asked to "handoff", "checkpoint", "session-transfer", "save state", "prepare for clear".

2026-05-16
mcp-builder
软件开发工程师

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

2026-05-16
mercadopago-integration
软件开发工程师

Integrate MercadoPago OAuth payments into web applications. Use when adding MercadoPago payment processing, OAuth account connection, or checkout functionality. Covers Supabase Edge Functions, React/frontend setup, and database schema for multi-tenant SaaS platforms.

2026-05-16
project-curate
网络与计算机系统管理员

Hand-tune a project's `.claude/` directory by cherry-picking ECC (everything-claude-code) rules/skills/agents and generating project-specific rules based on the project's real intelligence layers (GitNexus, MemoryMaster, graphify, Obsidian wiki, existing CLAUDE.md). Run preflight intelligence builds for layers that don't exist yet. Run in any project to curate or re-curate its `.claude/` directory. Use when asked to "curate this project", "cherry-pick rules for this repo", "/project-curate", or when a project's `.claude/` is bloated with mass-installed noise or missing stack-specific rules.

2026-05-16
project-doctor
网络与计算机系统管理员

Audit the current project for stale or broken orchestration setup. Verifies monitoring.md, AGENTS.md/CLAUDE.md, graphify freshness, dead script references, placeholder values still in YAML frontmatter. Read-only - never mutates. Use after /monitoring-setup, after pulling someone else's setup, or when something feels off.

2026-05-16
project-setup
软件开发工程师

Analyze codebase and generate proper CLAUDE.md + AGENTS.md with MemoryMaster integration, real commands, and architecture boundaries. Run in any project to set up or refresh agent instructions. Use when entering a new project, when asked to "set up instructions", "generate CLAUDE.md", "configure this project for agents", or when project instructions are missing/outdated.

2026-05-16
security-review
信息安全分析师

Use this skill when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment/sensitive features. Provides comprehensive security checklist and patterns.

2026-05-16
skill-creator
软件开发工程师

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

2026-05-16
skillify
软件开发工程师

Codify the workflow the user just successfully completed into a reusable skill. Use after a multi-step task finished green (tests pass / build succeeds / user confirmed "done") and the same pattern is likely to recur. Walks the recent conversation, drafts a SKILL.md, asks the user to approve, then writes it to disk. Inspired by gstack/skillify (Garry Tan) - one-shot deterministic codification, not autonomous trace mining.

2026-05-16
supabase-debug
数据库架构师

Use when diagnosing Supabase issues like RLS, auth, empty queries, webhooks, and performance problems in production apps.

2026-05-16
tdd-workflow
软件质量保证分析师与测试员

Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.

2026-05-16
validation
软件质量保证分析师与测试员

Use when an implemented web app, UI feature, workflow, or frontend change needs evidence-based validation in a real browser. Runs interactive discovery, browser execution, screenshot analysis, console/error checks, critical-flow testing, stateful resume, and HTML reporting. Supports CLI-agnostic adapters including agent-browser, playwright-cli, Playwright MCP, Claude/Codex Chrome MCP tools, and browser-harness.

2026-05-16