用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/PenHsuanWang/db-explorer --skill agent-architect命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
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.
正在显示 SKILL.md
基于 SOC 职业分类
| 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