agent-skills
🤖 面向软件开发的 100 项专业 AI Agent 技能,涵盖缺陷排查、测试、安全、UI/UX、AI/ML、基础设施等方向。可配合 Claude Code、Codex CLI、Gemini CLI 使用。
AI代理
软件开发
缺陷排查
自动化测试
代码审查
开发工具
DevOps
安全
⭐ 15⬇️ 0🏷️ main📦 2
agent-skills-main.zip
2.83 MB下载
安装与使用说明
Codex
- 先下载 ZIP 包(例如:agent-skills-main.zip)。
- 解压后放到 $CODEX_HOME/skills/ 目录下。
- 如果没有设置 $CODEX_HOME,通常可放到 ~/.codex/skills/。
- 确保目录内有 SKILL.md,然后重开会话即可使用。
源码目录预览
├── .github │ └── ISSUE_TEMPLATE │ ├── bug_report.yml │ ├── config.yml │ └── feature_request.yml ├── _common │ ├── AUTORUN.md │ ├── BOUNDARIES.md │ ├── EVOLUTION.md │ ├── GIT_GUIDELINES.md │ ├── GUARDRAIL.md │ ├── HANDOFF.md │ ├── INTERACTION.md │ ├── OPERATIONAL.md │ ├── PARALLEL.md │ ├── PROJECT_AFFINITY.md │ ├── REVERSE_FEEDBACK.md │ ├── SELF_EVOLUTION.md │ └── SUBAGENT.md ├── _scripts │ ├── cleanup_references.py │ ├── fix_missing_sections.py │ ├── fix_quality.py │ ├── normalize_skills.py │ ├── refactor_pass2.py │ ├── refactor_skills.py │ └── trim_references.py ├── _templates │ ├── PROJECT.md │ └── SKILL_TEMPLATE.md ├── accord │ ├── references │ │ ├── bdd-best-practices.md │ │ ├── business-tech-translation.md │ │ ├── cross-reference-guide.md │ │ ├── handoff-formats.md │ │ ├── interaction-triggers.md │ │ ├── specification-anti-patterns.md │ │ ├── specification-calibration.md │ │ ├── template-selection.md │ │ ├── traceability-pitfalls.md │ │ ├── unified-template.md │ │ └── user-story-smells.md │ └── SKILL.md ├── aether │ ├── references │ │ ├── avatar-control.md │ │ ├── chat-platforms.md │ │ ├── lip-sync-expression.md │ │ ├── obs-streaming.md │ │ ├── persona-extension.md │ │ ├── pipeline-architecture.md │ │ ├── response-generation.md │ │ └── tts-engines.md │ └── SKILL.md ├── anvil │ ├── references │ │ ├── cli-design-anti-patterns.md │ │ ├── cli-design-patterns.md │ │ ├── cross-platform.md │ │ ├── distribution-packaging-anti-patterns.md │ │ ├── tool-integration-anti-patterns.md │ │ ├── tool-integration.md │ │ ├── tui-components.md │ │ └── tui-ux-anti-patterns.md │ └── SKILL.md ├── architect │ ├── references │ │ ├── agent-categories.md │ │ ├── agent-category-guide.md │ │ ├── agent-evaluation-guardrails.md │ │ ├── agent-specification-anti-patterns.md │ │ ├── context-compression.md │ │ ├── creative-thinking.md │ │ ├── ecosystem-architecture-anti-patterns.md │ │ ├── enhancement-framework.md │ │ ├── multi-agent-system-anti-patterns.md │ │ ├── naming-conventions.md │ │ ├── nexus-integration.md │ │ ├── official-design-patterns.md │ │ ├── overlap-detection.md │ │ ├── review-loop.md │ │ ├── self-evolution.md │ │ ├── skill-template.md │ │ └── validation-checklist.md │ └── SKILL.md ├── arena │ ├── references │ │ ├── ai-code-quality-assurance.md │ │ ├── collaborate-mode-guide.md │ │ ├── competitive-development-patterns.md │ │ ├── decision-templates.md │ │ ├── engine-cli-guide.md │ │ ├── engine-prompt-optimization.md │ │ ├── evaluation-framework.md │ │ ├── execution-learning.md │ │ ├── multi-engine-anti-patterns.md │ │ ├── question-templates.md │ │ └── team-mode-guide.md │ └── SKILL.md ├── artisan │ ├── references │ │ ├── ai-frontend-patterns.md │ │ ├── component-quality.md │ │ ├── performance-testing.md │ │ ├── react-patterns.md │ │ ├── state-management.md │ │ └── vue-svelte-patterns.md │ └── SKILL.md ├── atlas │ ├── references │ │ ├── adr-rfc-templates.md │ │ ├── architecture-decision-anti-patterns.md │ │ ├── architecture-health-metrics.md │ │ ├── architecture-modernization-anti-patterns.md │ │ ├── architecture-patterns.md │ │ ├── canvas-integration.md │ │ ├── daily-process-checklists.md │ │ ├── dependency-analysis-patterns.md │ │ ├── dependency-modularization-anti-patterns.md │ │ ├── technical-debt-management-anti-patterns.md │ │ ├── technical-debt-scoring.md │ │ └── zen-integration.md │ └── SKILL.md ├── attest │ ├── references │ │ ├── adversarial-probing.md │ │ ├── bdd-generation.md │ │ ├── compliance-report.md │ │ ├── criteria-extraction.md │ │ ├── llm-verification-guardrails.md │ │ ├── traceability-advanced.md │ │ └── verification-methods.md │ └── SKILL.md ├── beacon │ ├── references │ │ ├── alerting-strategy.md │ │ ├── capacity-planning.md │ │ ├── dashboard-design.md │ │ ├── incident-learning-postmortem.md │ │ ├── opentelemetry-best-practices.md │ │ ├── reliability-review.md │ │ ├── slo-sli-design.md │ │ └── toil-automation.md │ └── SKILL.md ├── bolt │ ├── references │ │ ├── agent-integrations.md │ │ ├── backend-anti-patterns.md │ │ ├── bundle-optimization.md │ │ ├── caching-patterns.md │ │ ├── core-web-vitals.md │ │ ├── database-optimization.md │ │ ├── frontend-anti-patterns.md │ │ ├── optimization-anti-patterns.md │ │ ├── performance-regression-prevention.md │ │ ├── profiling-tools.md │ │ └── react-performance.md │ └── SKILL.md ├── breach │ ├── references │ │ ├── ai-red-teaming.md │ │ ├── attack-playbooks.md │ │ ├── handoffs.md │ │ └── threat-modeling.md │ └── SKILL.md ├── builder │ ├── references │ │ ├── architecture-patterns.md │ │ ├── autorun-nexus.md │ │ ├── domain-modeling.md │ │ ├── frontend-patterns.md │ │ ├── implementation-patterns.md │ │ ├── language-idioms.md │ │ └── process-and-examples.md │ └── SKILL.md ├── canon │ ├── references │ │ ├── accessibility-standards.md │ │ ├── anthropic-skill-standards.md │ │ ├── api-standards.md │ │ ├── compliance-templates.md │ │ ├── quality-standards.md │ │ └── security-standards.md │ └── SKILL.md ├── canvas │ ├── references │ │ ├── accessibility.md │ │ ├── ai-reverse-engineering.md │ │ ├── ascii-templates.md │ │ ├── c4-model.md │ │ ├── diagram-library.md │ │ ├── diagram-templates.md │ │ ├── diagram-tools-comparison.md │ │ ├── diagramming-principles.md │ │ ├── diff-visualization.md │ │ ├── drawio-specs.md │ │ ├── echo-integration.md │ │ ├── mermaid-v11-advanced.md │ │ └── reverse-engineering.md │ └── SKILL.md ├── cast │ ├── references │ │ ├── ai-persona-risks.md │ │ ├── collaboration-formats.md │ │ ├── distribution-adapters.md │ │ ├── evolution-engine.md │ │ ├── generation-workflows.md │ │ ├── persona-anti-patterns.md │ │ ├── persona-governance.md │ │ ├── persona-model.md │ │ ├── persona-validation.md │ │ ├── registry-spec.md │ │ └── speak-engine.md │ └── SKILL.md ├── clay │ ├── references │ │ ├── anti-patterns.md │ │ ├── api-integration.md │ │ ├── code-patterns.md │ │ ├── game-pipeline.md │ │ ├── prompt-engineering.md │ │ └── quality-validation.md │ └── SKILL.md ├── compete │ ├── references │ │ ├── ai-powered-ci-platforms.md │ │ ├── analysis-templates.md │ │ ├── ci-anti-patterns-biases.md │ │ ├── competitive-moats-category-design.md │ │ ├── intelligence-calibration.md │ │ ├── intelligence-gathering.md │ │ ├── modern-win-loss-analysis.md │ │ └── playbooks.md │ └── SKILL.md ├── crest │ ├── references │ │ ├── ai-era-strategy.md │ │ ├── amplification-playbook.md │ │ ├── anti-patterns.md │ │ ├── channel-templates.md │ │ ├── metrics-guide.md │ │ └── positioning-frameworks.md │ └── SKILL.md ├── darwin │ ├── references │ │ ├── assessment-models.md │ │ ├── evolution-actions.md │ │ ├── official-fitness-criteria.md │ │ ├── signal-collection.md │ │ ├── subsystems.md │ │ └── verification-metrics.md │ └── SKILL.md ├── director │ ├── references │ │ ├── checklist.md │ │ ├── implementation-patterns.md │ │ ├── playwright-config.md │ │ └── scenario-guidelines.md │ └── SKILL.md ├── dot │ ├── references │ │ ├── code-patterns.md │ │ ├── engine-integration.md │ │ ├── gemini-delegation.md │ │ ├── gpt-image-edit.md │ │ ├── pixel-craft.md │ │ ├── sprite-animation.md │ │ └── tileset-design.md │ └── SKILL.md ├── echo │ ├── references │ │ ├── analysis-frameworks.md │ │ ├── cognitive-persona-model.md │ │ ├── collaboration-patterns.md │ │ ├── output-templates.md │ │ ├── persona-generation.md │ │ ├── persona-template.md │ │ ├── process-workflows.md │ │ ├── question-templates.md │ │ ├── ux-frameworks.md │ │ └── visual-review.md │ └── SKILL.md ├── experiment │ ├── references │ │ ├── code-standards.md │ │ ├── common-pitfalls.md │ │ ├── experiment-templates.md │ │ ├── feature-flag-patterns.md │ │ ├── sample-size-calculator.md │ │ └── statistical-methods.md │ └── SKILL.md ├── flow │ ├── references │ │ ├── animation-catalog.md │ │ ├── animation-performance-anti-patterns.md │ │ ├── easing-guide.md │ │ ├── framework-patterns.md │ │ ├── intentional-motion-framework.md │ │ ├── modern-css-animations.md │ │ ├── motion-accessibility-anti-patterns.md │ │ ├── motion-design-anti-patterns.md │ │ ├── motion-system-design-patterns.md │ │ └── motion-tokens.md │ └── SKILL.md ├── flux │ ├── references │ │ ├── anti-patterns.md │ │ ├── collaboration-packets.md │ │ ├── combination-engine.md │ │ ├── domain-classifier.md │ │ ├── output-formats.md │ │ └── thinking-frameworks.md │ └── SKILL.md ├── forge │ ├── references │ │ ├── ai-assisted-prototyping.md │ │ ├── api-mocking.md │ │ ├── backend-poc.md │ │ ├── builder-integration.md │ │ ├── data-generation.md │ │ ├── moodboard-workflow.md │ │ ├── muse-integration.md │ │ ├── prototype-to-production.md │ │ ├── prototyping-anti-patterns.md │ │ ├── rapid-iteration-methodology.md │ │ ├── story-scaffolding.md │ │ └── ui-templates.md │ └── SKILL.md ├── frame │ ├── references │ │ ├── code-connect-guide.md │ │ ├── design-to-code-anti-patterns.md │ │ ├── execution-templates.md │ │ ├── figma-mcp-server-ga.md │ │ ├── handoff-formats.md │ │ ├── infrastructure-constraints.md │ │ └── prompt-strategy.md │ └── SKILL.md ├── gateway │ ├── references │ │ ├── api-decision-tree.md │ │ ├── api-design-anti-patterns.md │ │ ├── api-design-principles.md │ │ ├── api-review-checklist.md │ │ ├── api-security-anti-patterns.md │ │ ├── api-security-patterns.md │ │ ├── breaking-change-detection.md │ │ ├── error-pagination-ratelimit.md │ │ ├── graphql-spec-anti-patterns.md │ │ ├── openapi-templates.md │ │ ├── output-format-template.md │ │ ├── versioning-governance-anti-patterns.md │ │ └── versioning-strategies.md │ └── SKILL.md ├── gauge │ ├── references │ │ ├── detection-patterns.md │ │ ├── fix-templates.md │ │ ├── normalization-checklist.md │ │ ├── official-standards.md │ │ ├── report-templates.md │ │ ├── self-evolution.md │ │ └── web-sources.md │ └── SKILL.md ├── gear │ ├── references │ │ ├── dependency-management.md │ │ ├── docker-patterns.md │ │ ├── github-actions.md │ │ ├── monorepo-guide.md │ │ ├── nexus-integration.md │ │ ├── observability.md │ │ └── troubleshooting.md │ └── SKILL.md ├── grove │ ├── references │ │ ├── anti-patterns.md │ │ ├── audit-commands.md │ │ ├── codebase-organization-anti-patterns.md │ │ ├── cultural-dna.md │ │ ├── directory-templates.md │ │ ├── docs-structure.md │ │ ├── documentation-architecture-anti-patterns.md │ │ ├── migration-strategies.md │ │ ├── monorepo-health.md │ │ ├── monorepo-strategy-anti-patterns.md │ │ └── project-scaffolding-anti-patterns.md │ └── SKILL.md ├── growth │ ├── references │ │ ├── code-standards.md │ │ ├── core-web-vitals.md │ │ ├── cro-patterns.md │ │ ├── json-ld-templates.md │ │ ├── ogp-social-templates.md │ │ ├── ogp-twitter-card-guide.md │ │ ├── seo-checklist.md │ │ └── seo-detailed-checklist.md │ └── SKILL.md ├── guardian │ ├── references │ │ ├── autorun-mode.md │ │ ├── branch-health.md │ │ ├── branching-strategies.md │ │ ├── code-review-guide.md │ │ ├── collaboration-patterns.md │ │ ├── commit-analysis.md │ │ ├── commit-conventions.md │ │ ├── coverage-integration.md │ │ ├── git-automation.md │ │ ├── git-recipes.md │ │ ├── handoff-router.md │ │ ├── learning-loop.md │ │ ├── output-templates.md │ │ ├── pr-quality-scoring.md │ │ ├── pr-workflow-patterns.md │ │ ├── predictive-quality-gate.md │ │ ├── risk-assessment.md │ │ ├── security-analysis.md │ │ └── squash-optimization.md │ └── SKILL.md ├── harvest │ ├── references │ │ ├── caching-strategy.md │ │ ├── changelog-best-practices.md │ │ ├── client-report-templates.md │ │ ├── engineering-metrics-pitfalls.md │ │ ├── error-handling.md │ │ ├── estimation-anti-patterns.md │ │ ├── gh-commands.md │ │ ├── outbound-handoffs.md │ │ ├── pdf-export-guide.md │ │ ├── report-templates.md │ │ ├── reporting-anti-patterns.md │ │ ├── retrospective-voice.md │ │ └── work-hours.md │ ├── samples │ │ ├── client-report-2026-01-31.html │ │ ├── client-report-2026-01-31.md │ │ ├── pr-summary-2026-01-31.md │ │ ├── release-notes-v0.2.0.md │ │ └── work-report-simota-2026-01-31.md │ ├── scripts │ │ ├── generate-report.js │ │ ├── html-to-pdf.sh │ │ └── puppeteer-pdf.js │ ├── styles │ │ └── harvest-style.css │ ├── templates │ │ └── client-report.html │ └── SKILL.md ├── hearth │ ├── references │ │ ├── dotfile-management.md │ │ ├── dotfile-security-anti-patterns.md │ │ ├── editor-configs.md │ │ ├── editor-terminal-anti-patterns.md │ │ ├── environment-workflow-anti-patterns.md │ │ ├── shell-config-anti-patterns.md │ │ ├── shell-configs.md │ │ ├── terminal-configs.md │ │ └── tmux-starship.md │ └── SKILL.md ├── helm │ ├── references │ │ ├── cognitive-biases.md │ │ ├── data-inputs.md │ │ ├── financial-modeling-pitfalls.md │ │ ├── frameworks.md │ │ ├── output-templates.md │ │ ├── scenario-planning-pitfalls.md │ │ ├── simulation-patterns.md │ │ ├── strategic-anti-patterns.md │ │ ├── strategic-calibration.md │ │ └── strategy-monitoring.md │ └── SKILL.md ├── hone │ ├── references │ │ ├── audit-checklist.md │ │ ├── claude-code-config-schema.md │ │ ├── codex-config-schema.md │ │ ├── gemini-config-schema.md │ │ ├── handoffs.md │ │ ├── proposal-templates.md │ │ └── web-sources.md │ └── SKILL.md ├── horizon │ ├── references │ │ ├── browser-compatibility-matrix.md │ │ ├── bundle-size-analysis.md │ │ ├── code-standards.md │ │ ├── dependency-health-scan.md │ │ ├── dependency-upgrade-anti-patterns.md │ │ ├── deprecated-library-catalog.md │ │ ├── deprecation-detection.md │ │ ├── frontend-modernization-anti-patterns.md │ │ ├── javascript-ecosystem-anti-patterns.md │ │ ├── migration-patterns.md │ │ ├── migration-risk-assessment.md ... (truncated, total>500)
元数据
Slug: agent-skills
作者: simota
协议: MIT
包大小: 2.83 MB
SHA256: 436d71f0917ad6390c42fa71af629e708e20a7a4c1fedca3a093fd7a3bf53f56