Agent skill
Backend API
FastAPI endpoint design, routing, and request/response handling for the stock_picker_bot backend. Covers API structure, dependency injection, and integration with Pydantic models for stock data processing and analysis endpoints.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/backend-api-adigunners-stock-picker-bot
SKILL.md
Backend API
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to FastAPI endpoint development in the stock_picker_bot backend.
When to use this skill
Use this skill when:
- Creating or modifying FastAPI route handlers in
app/routes/that fetch stock data via yfinance - Designing request/response schemas using Pydantic models for stock analysis queries
- Implementing dependency injection for database sessions in API endpoints
- Building endpoints that integrate with Google Generative AI or Claude for stock recommendations
- Adding error handling to API routes using FastAPI exception handlers
- Structuring endpoints to process pandas DataFrames of stock market data
- Creating query parameters for stock filtering, date ranges, or portfolio management
- Implementing response models that serialize SQLAlchemy ORM objects to JSON
Instructions
For details, refer to the information provided in this file: backend API
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?