Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    yu-iskw

    implement-feature

    yu-iskw/implement-feature
    Coding
    6
    1 installs

    About

    SKILL.md

    Install

    Install via Skills CLI

    or add to your agent
    • Claude Code
      Claude Code
    • Codex
      Codex
    • OpenClaw
      OpenClaw
    • Cursor
      Cursor
    • Amp
      Amp
    • GitHub Copilot
      GitHub Copilot
    • Gemini CLI
      Gemini CLI
    • Kilo Code
      Kilo Code
    • Junie
      Junie
    • Replit
      Replit
    • Windsurf
      Windsurf
    • Cline
      Cline
    • Continue
      Continue
    • OpenCode
      OpenCode
    • OpenHands
      OpenHands
    • Roo Code
      Roo Code
    • Augment
      Augment
    • Goose
      Goose
    • Trae
      Trae
    • Zencoder
      Zencoder
    • Antigravity
      Antigravity
    ├─
    ├─
    └─

    About

    Implement a feature or fix a bug following the project's TypeScript patterns and conventions. Use when code changes are needed.

    SKILL.md

    Implement Feature

    Implement the following:

    $ARGUMENTS

    Implementation Checklist

    1. Read existing code before making changes
    2. Follow existing patterns:
      • Agents: BaseAgent + StateGraph + Annotation state
      • Backend: tsoa controllers + service layer
      • Frontend: Vue 3 Composition API + Pinia
      • Common: Shared types and utilities
    3. Write TypeScript with proper type annotations
    4. Handle errors at system boundaries
    5. Verify the build passes: pnpm build

    Key Conventions

    • Use Annotation.Root({}) for LangGraph agent state
    • Use @traceable decorator for LangSmith observability
    • Export new types from the appropriate package's index.ts
    • Register new agents in AgentFactory
    • Generate routes after controller changes: pnpm --filter @llmops-demo-ts/backend generate
    Recommended Servers
    Vercel Grep
    Vercel Grep
    Linear
    Linear
    Gitlab
    Gitlab
    Repository
    yu-iskw/llmops-demo-ts
    Files