Agent skill
Global Conventions
Naming conventions and project structure standards for stock_picker_bot. Covers Python snake_case naming, module organization in app/, tests/, alembic/, and file structure.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/global-conventions-adigunners-stock-picker-bot
SKILL.md
Global Conventions
This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to naming conventions and project structure in the stock_picker_bot project.
When to use this skill
Use this skill when:
- Naming modules, functions, and variables using Python snake_case convention
- Organizing FastAPI routes in app/routes/ with consistent module names
- Creating new database models in app/models/ following naming standards
- Structuring test files in tests/ with parallel naming to source code
- Naming utility functions for yfinance data fetching and processing
- Organizing portfolio and stock-related code in logical submodules
- Naming database functions and repositories for data access patterns
- Creating migration files in alembic/versions/ with descriptive names
Instructions
For details, refer to the information provided in this file: global conventions
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?