一键导入
agent-architect
A meta-skill for designing, scaffolding, and implementing new Claude Code Agents/Skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
A meta-skill for designing, scaffolding, and implementing new Claude Code Agents/Skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
A skill for authoring high-quality, fast-iteration Pull Request descriptions for the db-explorer project. Generates a structured PR description following the Agile-Lean template.
Architect and develop the DB Explorer project with Python backend and React frontend following hexagonal architecture
Comprehensive Python backend development guide with CI/CD workflows, testing, documentation, and best practices using uv, flake8, mypy, pytest, and Sphinx.
| name | agent-architect |
| description | A meta-skill for designing, scaffolding, and implementing new Claude Code Agents/Skills. |
To construct robust, production-grade AI agents by strictly following the Plan-and-Solve (SPARC) methodology.
[agent-name]/SPEC.md using templates/SPEC_TEMPLATE.md.scripts, references, tests).[agent-name]/SKILL.md using templates/SKILL_TEMPLATE.md.pyproject.toml using templates/pyproject.toml.template.pre-commit-config.yaml using templates/.pre-commit-config.yamltests/conftest.py using templates/conftest.py[agent-name]/scripts/ (Python/Bash).SKILL.md to use these scripts.black and isort on all source filesmypy --strict and fix type errorsruff check for Pythonpytest with 80%+ coverage targetsafety check on Python dependenciesFor Python projects, follow comprehensive coding standards:
Apply appropriate design patterns to maintain clean architecture:
scripts/lint_check.sh: Run all code quality checks (black, isort, mypy, ruff, safety)scripts/run_tests.sh: Run pytest with coverage reporting and various optionstemplates/SPEC_TEMPLATE.md: Specification templatetemplates/SKILL_TEMPLATE.md: Skill documentation templatetemplates/pyproject.toml.template: Python project configurationtemplates/.pre-commit-config.yaml: Pre-commit hooks configurationtemplates/test_template.py: Pytest test examplestemplates/conftest.py: Pytest configuration and shared fixtures