بنقرة واحدة
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 المهني
| 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 fixturesA 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.