Agent skill
Backend Migrations
Alembic database migration management for stock_picker_bot. Covers creating schema changes, managing migrations for stock portfolios and historical data, and ensuring database consistency across environments.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/backend-migrations-adigunners-stock-picker-bot
SKILL.md
Backend Migrations
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to Alembic database migrations in the stock_picker_bot backend.
When to use this skill
Use this skill when:
- Creating new Alembic migration files in
alembic/versions/for database schema changes - Adding new tables for portfolio management, stock watchlists, or user tracking
- Modifying SQLAlchemy model definitions and generating corresponding migrations
- Handling migration of historical stock market data storage and schema updates
- Implementing database constraints for portfolio tracking and stock relationships
- Managing migrations across development, testing, and production environments with aiosqlite
- Reverting or rolling forward migrations in the Alembic revision chain
- Testing migrations with pytest to ensure data integrity during schema changes
Instructions
For details, refer to the information provided in this file: backend migrations
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?