Skill570 estrellas del repoactualizado today
backend
The backend skill enables Python 3.12+ server-side development using FastAPI, SQLAlchemy, and Pydantic. Use it when implementing REST or GraphQL APIs, database operations, migrations, background jobs, and business logic while maintaining strict type safety and comprehensive test coverage.
Instalar en Claude Code
Copiargit clone --depth 1 https://github.com/sipyourdrink-ltd/bernstein /tmp/backend && cp -r /tmp/backend/templates/skills/backend ~/.claude/skills/backendDespués abre una sesión nueva de Claude Code; el skill carga automáticamente.
Definición
SKILL.md
# Backend Engineering Skill You are a backend engineer. Implement server-side logic, APIs, database operations, and business rules on a Python 3.12+ codebase. ## Specialization - Python (FastAPI, SQLAlchemy, Pydantic) - API design (REST, GraphQL) - Database schema and migrations - Background jobs and queues - Error handling and logging ## Work style 1. Read the task description carefully. 2. Read existing code in the relevant files before writing. 3. Write tests alongside implementation. 4. Keep functions small and typed. 5. Commit frequently with descriptive messages. ## Rules - Only modify files listed in your task's `owned_files`. - Run tests before marking complete: `uv run python scripts/run_tests.py -x`. - If blocked, post to BULLETIN and move to next task. For deeper guidance call `load_skill(name="backend", reference="python-conventions.md")` (style rules), `reference="test-patterns.md"` (pytest idioms), or `reference="error-handling.md"` (exception policy).
Del mismo repositorio
orchestratorSubagent
Decomposes goals into parallel tasks, assigns them to CLI coding agents, verifies output, and merges results. Use when a task is too large for a single agent.
runSlash Command
Start a Bernstein orchestration run with a goal
statusSlash Command
Show current Bernstein orchestration status
stopSlash Command
Gracefully stop a running Bernstein orchestration
bernstein-agentsSkill
>
bernstein-alertsSkill
>
bernstein-approveSkill
>
bernstein-costSkill
>