بنقرة واحدة
use-railway
Set up Railway CLI rules for this project by creating a symlink into .claude/rules/.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Set up Railway CLI 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-railway |
| description | Set up Railway CLI rules for this project by creating a symlink into .claude/rules/. |
| disable-model-invocation | true |
Set up Railway CLI rules for this project by creating a symlink into .claude/rules/.
Steps:
.claude/rules/ if it doesn't exist.claude/rules/railway.md already exists (as a file or symlink)
ln -s ~/git/claude_code/tools/railway.md .claude/rules/railway.mdThis makes Railway CLI conventions available in this project automatically. The source file lives in ~/git/claude_code/tools/railway.md.