.Codex

.Codex from taewook486/real-estate-mcp.

by @taewook486 15 skills

Skills in this plugin

15
  1. Prd · taewook486
    Generate high-quality Product Requirements Documents (PRDs) for software systems and AI-powered features. Includes executive summaries, user stories, technical specifications, and risk analysis.
    0 installs
  2. Tdd · taewook486
    Test-Driven Development workflow. Use for ALL code changes - features, bug fixes, refactoring. TDD is non-negotiable.
    0 installs
  3. Audit · taewook486
    Run dependency security audit using pip-audit. Use when checking for known vulnerabilities in project dependencies.
    0 installs
  4. Check · taewook486
    Check code quality without making changes — lint, format, type, and security checks. Use when you want to inspect issues before fixing them.
    0 installs
  5. Codex · taewook486
    Delegate to OpenAI Codex CLI when: (1) user explicitly requests it (codex에게 맡겨줘, codex로 해줘, 외주화해줘, codex 실행해줘, codex 리뷰 돌려줘), OR (2) the task requires autonomous repo-scale execution — writing multiple test files, file-level refactoring across many files, bulk edits (type hints, formatting, comments across a directory), or code review with a clear done condition. Do NOT delegate: design/architecture decisions, small edits (under ~20 lines), explanation-only requests, or tasks where Claude needs to reason about context first.
    0 installs
  6. Testing · taewook486
    Testing patterns for behavior-driven tests. Use when writing tests or test factories.
    0 installs
  7. Worklog · taewook486
    Update worklog files by moving tasks between todo/doing/done states. Use when recording task progress, starting new work, or marking tasks complete. Requires explicit arguments: worklog [done|doing|todo] [description].
    0 installs
  8. Auto Fix · taewook486
    Auto-fix lint and formatting issues in Python code using ruff. Use when you want to apply automatic code fixes. Does not fix type errors or security issues.
    0 installs
  9. Planning · taewook486
    Planning work in small, known-good increments. Use when starting significant work or breaking down complex tasks.
    0 installs
  10. Refactoring · taewook486
    Refactoring assessment and patterns. Use after tests pass (GREEN phase) to assess improvement opportunities.
    0 installs
  11. Microsoft Docs · taewook486
    Query official Microsoft documentation to find concepts, tutorials, and code examples across Azure, .NET, Agent Framework, Aspire, VS Code, GitHub, and more. Uses Microsoft Learn MCP as the default, with Context7 for content that lives outside learn.microsoft.com.
    0 installs
  12. Mutation Testing · taewook486
    Mutation testing patterns for verifying test effectiveness. Use when analyzing branch code to find weak or missing tests.
    0 installs
  13. Python MCP Expert · taewook486
    Expert assistant for developing Model Context Protocol (MCP) servers in Python. Use when creating, debugging, or optimizing MCP servers with FastMCP, tools, resources, and prompts.
    0 installs
  14. Python Conventions · taewook486
    Python coding conventions and guidelines including PEP 8, type hints, docstrings, and testing standards. Automatically applied when working with Python files.
    0 installs
  15. Test Design Reviewer · taewook486
    Evaluates test quality using Dave Farley's 8 properties. Use when reviewing tests, assessing test suite quality, or analyzing test effectiveness against TDD best practices.
    0 installs