Smithery Logo
MCPsSkillsDocsPricing
Login
Smithery Logo

Accelerating the Agent Economy

Resources

DocumentationPrivacy PolicySystem Status

Company

PricingAboutBlog

Connect

© 2026 Smithery. All rights reserved.

    ashneyderman

    build

    ashneyderman/build
    Productivity
    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 task directly without creating a plan first

    SKILL.md

    Build Task

    Implement a task directly without creating a plan first.

    Instructions

    Extract the task description from the prompt parameter.

    1. Prime with Context: First, use the prime skill to understand the codebase structure and conventions
    2. Analyze Task: Carefully read and understand the task description from prompt
    3. Implement Solution: Think hard and then directly implement the solution for the task
    4. Validate Work: Ensure the implementation is complete and working
    5. Report Results: Summarize what was done
    6. DO NOT: Commit your changes (unless explicitly requested in the prompt)

    Setup Phase

    Before implementing the task:

    • Execute the prime skill to understand the codebase structure
    • Read relevant documentation files (README.md, etc.)
    • Understand the existing patterns and conventions

    Implementation Guidelines

    • Follow existing code patterns and conventions
    • Use the libraries and frameworks already in the codebase
    • Write clean, maintainable code
    • Add appropriate error handling
    • Follow security best practices

    Expected Actions

    1. Research: Understand the codebase and task requirements
    2. Implement: Make the necessary changes to complete the task
    3. Test: Verify the implementation works as expected
    4. Report: Summarize the work completed

    Report Format

    After completing the implementation:

    • Summarize the work done in clear bullet points
    • List all files created or modified
    • Report the total lines changed with git diff --stat
    • Note any important decisions or trade-offs made
    • Highlight any follow-up tasks that may be needed
    Recommended Servers
    Google Tasks
    Google Tasks
    Ticktick
    Ticktick
    ClickUp
    ClickUp
    Repository
    ashneyderman/agf
    Files