← Back to list

build
by ashneyderman
Yet another agentic workflow :-)
⭐ 0🍴 0📅 Jan 19, 2026
SKILL.md
name: build description: Implement a task directly without creating a plan first params:
- name: prompt description: The task description to implement required: true
Build Task
Implement a task directly without creating a plan first.
Instructions
Extract the task description from the prompt parameter.
- Prime with Context: First, use the prime skill to understand the codebase structure and conventions
- Analyze Task: Carefully read and understand the task description from
prompt - Implement Solution: Think hard and then directly implement the solution for the task
- Validate Work: Ensure the implementation is complete and working
- Report Results: Summarize what was done
- 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
- Research: Understand the codebase and task requirements
- Implement: Make the necessary changes to complete the task
- Test: Verify the implementation works as expected
- 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
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon