configuration/agents/.agents/skills/subagent/SKILL.md
Delegate a task to a new subagent so you can focus on coordination
npx skillsauth add edwardsnjd/dot-files subagentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Spawn yourself as a sub-agent via bash to perform a task: $@
Subagents see nothing from your session. You must pass:
Keep prompts under ~1KB:
pi --print with appropriate arguments (if the user specifies a model, use --provider and --model accordingly)Find something
pi --print <<-'EOF'
Find all calls to fooBar() in the codebase.
Return a list grouped by file.
EOF
Write something
pi --print <<-'EOF'
Write an email validator function:
- Check format ([email protected])
- Return true/false
EOF
Investigate with context
pi --print <<-'EOF'
You are debugging the auth module.
**Goal:** Find why login fails for users with 2FA.
**Prior:** User reports "works without 2FA, fails with it".
**Files:**
- auth/login.js: main login logic
- auth/totp.js: 2FA handling
**Scope:** Focus on 2FA code path only.
**Output:** List of potential causes ranked by likelihood.
EOF
tools
<+ display +>
development
Search the web for answers
tools
Quickly learn the core aspects of a project to get context
documentation
Ensure the local-bin scripts are documented in README