convert_paths_absolute
Converts relative paths in .claude/settings.json command scripts to absolute paths
Implement a task directly without creating a plan first.
How it fires
How this command gets triggered: by you, by Claude, or both.
/buildContext preview
What this command does when you run it.
Implement a task directly without creating a plan first.
Implement a task directly without creating a plan first.
adw_id: $ARGUMENTS task_description: $ARGUMENTS
1. **Prime with Context**: First, read and execute `.claude/commands/prime.md` to understand the codebase 2. **Analyze Task**: Carefully read and understand the task description 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
Before implementing the task:
task_description
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. **Commit**: Create a meaningful commit with the changes
After completing the implementation:
Watched how we used GPT-5 and Claude Code with nano-agents here. What? A MCP Server for experimental, small scale engineering agents with multi-provider LLM support. Why?
Converts relative paths in .claude/settings.json command scripts to absolute paths
Converts absolute paths in .claude/settings.json command scripts to relative paths
Using the nano-agent mcp server, execute the following nano agents with their respective prompts, models, and providers then rank the results based on the…
- Pass the prompt into each nano-agent AS IS. Do not change the prompt in any way.
- Pass the prompt into each nano-agent AS IS. Do not change the prompt in any way. - Each agent should execute the task independently.