원클릭으로
use-sqlalchemy
Set up SQLAlchemy async + Alembic rules for this project by creating a symlink into .claude/rules/.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Set up SQLAlchemy async + Alembic rules for this project by creating a symlink into .claude/rules/.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Turns a rough idea into a structured implementation plan with tk epics and tickets. Asks clarifying questions, produces a phased plan with parallelism reasoning, then creates properly-parented and properly-ordered tk epics and task tickets.
Implement one or more tk tickets. Use when the user says "implement ticket X", "work on ticket", "do ticket
Quick code review using an adversarial sub-agent. Surfaces Critical and High issues first. Creates tk tickets for Critical/High/Medium findings if tk is available.
Scaffold a new Python project with uv, ruff, pytest, and GitHub Actions CI. Use when the user says "set up a new Python project", "scaffold a project", "create a new Python app", or similar.
Perform a comprehensive code review using multiple specialized sub-agents in parallel. Covers logical correctness, performance, readability, and security. Creates tk tickets if tk is available, otherwise writes a report to .code-review/final-report.md.
Migrate this project's issue tracking from beads (bd) to tickets (tk).
| name | use-sqlalchemy |
| description | Set up SQLAlchemy async + Alembic rules for this project by creating a symlink into .claude/rules/. |
| disable-model-invocation | true |
Set up SQLAlchemy async + Alembic rules for this project by creating a symlink into .claude/rules/.
Steps:
.claude/rules/ if it doesn't exist.claude/rules/sqlalchemy.md already exists (as a file or symlink)
ln -s ~/git/claude_code/tools/sqlalchemy.md .claude/rules/sqlalchemy.mdThis makes SQLAlchemy async patterns and Alembic migration conventions available in this project automatically. The source file lives in ~/git/claude_code/tools/sqlalchemy.md.