一键导入
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.