← all publishers

taewook486

@taewook486 source repo

31 published skills

  1. Moai Foundation Thinking · taewook486 bundle
    Structured thinking toolkit combining Critical Evaluation, Diverge-Converge Brainstorming, and Deep Questioning frameworks for creative problem-solving and rigorous analysis. Use when generating ideas, evaluating proposals, questioning assumptions, or exploring solution spaces systematically. Do NOT use for architecture decisions (use moai-foundation-philosopher instead) or code quality validation (use moai-foundation-quality instead).
    0 installs
  2. Python MCP Server Generator · taewook486
    Generate a complete MCP server project in Python with tools, resources, and proper configuration. Use when scaffolding a new MCP server from scratch.
    0 installs
  3. Microsoft Agent Framework Python · taewook486
    Create, update, refactor, explain or work with code using the Python version of Microsoft Agent Framework. Use when working with AI agents, workflows, or migrating from Semantic Kernel or AutoGen.
    0 installs
  4. Planning · taewook486
    Planning work in small, known-good increments. Use when starting significant work or breaking down complex tasks.
    0 installs
  5. Next · taewook486
    Suggest the next task to work on based on current Phase and worklog state. Use when you want to know what to do next in the project.
    0 installs
  6. Refactoring · taewook486
    Refactoring assessment and patterns. Use after tests pass (GREEN phase) to assess improvement opportunities.
    0 installs
  7. Status · taewook486
    Show current project status — worklog state, Phase progress, and layer implementation coverage. Use when you need a snapshot of where the project stands.
    0 installs
  8. 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
  9. Mutation Testing · taewook486
    Mutation testing patterns for verifying test effectiveness. Use when analyzing branch code to find weak or missing tests.
    0 installs
  10. 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
  11. Moai Design Tools · taewook486 bundle
    Design tool integration specialist covering Figma MCP, Pencil renderer, and Pencil-to-code export. Use when fetching design context from Figma, rendering Pencil DNA codes to .pen frames, exporting .pen designs to React/Tailwind code, or choosing design-to-code workflows. Supports design fetching (Figma), visual rendering (Pencil MCP), and code generation (React/Tailwind).
    0 installs
  12. Moai Workflow Ddd · taewook486
    Domain-Driven Development workflow specialist using ANALYZE-PRESERVE-IMPROVE cycle for behavior-preserving code transformation. Use when refactoring legacy code, improving code structure without functional changes, reducing technical debt, or performing API migration with behavior preservation. Do NOT use for writing new tests (use moai-workflow-testing instead) or creating new features from scratch (use expert-backend or expert-frontend instead).
    0 installs
  13. Moai Workflow Tdd · taewook486 bundle
    Test-Driven Development workflow specialist using RED-GREEN-REFACTOR cycle for test-first software development. Use when developing new features from scratch, creating isolated modules, or when behavior specification drives implementation. Do NOT use for refactoring existing code (use moai-workflow-ddd instead) or when behavior preservation is the primary goal.
    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. API Architect · taewook486
    API architect for designing and generating external service integration code. Use when building REST API clients, service integrations, or applying resilience patterns (circuit breaker, bulkhead, throttling, backoff). Generates fully implemented code across service/manager/resilience layers.
    0 installs
  16. 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
  17. Repo Architect · taewook486 bundle
    Bootstraps and validates agentic project structures for GitHub Copilot (VS Code) and OpenCode CLI workflows. Run after `opencode /init` or VS Code Copilot initialization to scaffold proper folder hierarchies, instructions, agents, skills, and prompts.
    0 installs
  18. Technical Writer · taewook486
    Elite technical content evaluator and curriculum architect for reviewing technical training materials, documentation, and educational content. Use when evaluating course quality, reviewing technical docs, assessing pedagogical value, auditing exercises for actionability, grading educational content A-F, or identifying documentation wrappers disguised as courses.
    0 installs
  19. Playwright Python · taewook486
    Playwright Python AI test generation instructions based on official documentation. Use when writing or reviewing Playwright tests in Python.
    0 installs
  20. Python MCP Server · taewook486
    Instructions for building Model Context Protocol (MCP) servers using the Python SDK. Provides patterns, best practices, and code examples for FastMCP, tools, resources, prompts, and transports.
    0 installs
  21. Openapi To Application · taewook486
    Expert assistant for generating working applications from OpenAPI specifications. Specializes in API spec analysis, application architecture, and code generation across multiple frameworks.
    0 installs
  22. 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
  23. Tdd · taewook486
    Test-Driven Development workflow. Use for ALL code changes - features, bug fixes, refactoring. TDD is non-negotiable.
    0 installs
  24. Moai · taewook486 bundle
    MoAI super agent - unified orchestrator for autonomous development. Routes natural language or explicit subcommands (plan, run, sync, fix, loop, mx, project, feedback, review, clean, codemaps, coverage, e2e) to specialized agents. Use for any development task from planning to deployment.
    0 installs
  25. Audit · taewook486
    Run dependency security audit using pip-audit. Use when checking for known vulnerabilities in project dependencies.
    0 installs
  26. 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
  27. 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
  28. Docker · taewook486
    Docker containerization expert for creating optimized, secure multi-stage Dockerfiles and docker-compose configurations. Use when writing or reviewing Dockerfiles, docker-compose files, optimizing image size, adding security hardening, configuring health checks, setting up container networking, or any Docker-related task.
    0 installs
  29. Testing · taewook486
    Testing patterns for behavior-driven tests. Use when writing tests or test factories.
    0 installs
  30. 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
  31. 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