Agent skill
Backend Models
SQLAlchemy ORM models and Pydantic schemas for stock_picker_bot. Includes database models for portfolios, stock data, and Pydantic models for API validation and serialization.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/backend-models-adigunners-stock-picker-bot
SKILL.md
Backend Models
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to SQLAlchemy and Pydantic models in the stock_picker_bot backend.
When to use this skill
Use this skill when:
- Creating SQLAlchemy ORM models in
app/models/for stocks, portfolios, and historical data - Defining Pydantic request/response schemas for API endpoints
- Implementing relationships between models (portfolios to stocks, users to portfolios)
- Adding database fields for yfinance data storage (prices, volumes, technical indicators)
- Creating validators on Pydantic models for stock symbols, price ranges, and date fields
- Defining SQLAlchemy column types and constraints for financial data accuracy
- Building models to store LLM analysis results and recommendations from Claude or Gemini
- Implementing computed properties or methods on models for portfolio calculations
Instructions
For details, refer to the information provided in this file: backend models
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?