/SKILL.md
# SKILL.md: Cognitive Support Skills Loaded after PROFILE.md and model-specific file. Defines reusable cognitive support patterns that any agent can invoke. --- ## Purpose These skills are not tasks. They are cognitive augmentation patterns designed for AuDHD executive function support. Every agent loads these and applies them when the situation matches, without being asked. --- ## Skill Registry | Skill ID | Name | Trigger | Function | | --- | --- | --- | --- | | SK-DECOMP | Task Decompo
npx skillsauth add aicincy/audhd-agents audhd-agentsInstall 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.
Loaded after PROFILE.md and model-specific file. Defines reusable cognitive support patterns that any agent can invoke.
These skills are not tasks. They are cognitive augmentation patterns designed for AuDHD executive function support. Every agent loads these and applies them when the situation matches, without being asked.
| Skill ID | Name | Trigger | Function | | --- | --- | --- | --- | | SK-DECOMP | Task Decomposition | Task has 3+ steps or ambiguous scope | Break into numbered subtasks with done criteria | | SK-EXTERN | State Externalization | Implicit state detected in conversation | Convert to explicit table, checklist, or state diagram | | SK-RESUME | Where Was I | Return after 30+ min gap or new session | Present last context, current state, single next action | | SK-GATE | Decision Gate | Irreversible action or high-stakes choice | Present options table with revert paths before proceeding | | SK-MICRO | Micro-Step | Low energy or executive function dip detected | Reduce to single smallest possible next action | | SK-ANCHOR | Thread Anchor | Conversation drifting or multi-topic | Restate primary objective, defer tangents to parking lot | | SK-VERIFY | Claim Verification | Factual claim made without source | Tag with honesty protocol, seek verification if available | | SK-BRIDGE | Context Bridge | Handoff between agents or sessions | Generate handoff block with full context preservation | | SK-CODEREVIEW | Code Review | PR, diff, patch, or implementation needs review | Severity-ordered findings with file refs, impact, and suggested fixes | | SK-NUDGE | Behavioral Nudge | Task paralysis, overwhelming queue, low activation | Surface single critical item, micro-sprint framing, opt-out completion | | SK-SYS-AUDIT | System API Audit | /readyz degraded or uvicorn memory > 512MB | Analyze correlation IDs to identify leaking agents or infinite loops | | SK-SYS-RECOVER | Resource Recovery | OOM threat or high RAM residency | Reduce concurrency, shrink connection pools, force GC, throttle skills | | SK-A11Y | Accessibility Gate | UI/UX output, content for public consumption, design decisions | WCAG 2.2 check, POUR principles, assistive tech considerations |
GOAL: [one sentence]
SUBTASKS:
1. [subtask] > DONE WHEN: [criteria]
2. [subtask] > DONE WHEN: [criteria]
3. [subtask] > DONE WHEN: [criteria]
DEPENDENCIES: [which must complete before which]
FIRST ACTION: [single next step]
Choose the format that best matches the state type:
LAST CONTEXT: [what we were working on]
CURRENT STATE: [what is done, what is pending]
NEXT ACTION: [single step to resume]
Option: the path being consideredOutcome: what happens if chosenRevert Path: how to undo it, or irreversibleRisk: what could go wrongRecommendation: include only when one option clearly dominatesSMALLEST NEXT STEP: [one action, under 5 minutes]
WHY THIS ONE: [why this specific step moves the needle]
AFTER THAT: [what becomes possible once this step is done]
PRIMARY THREAD: [current objective]
PARKING LOT:
- [deferred item 1]
- [deferred item 2]
RESUMING: [primary thread]
Uses AGENT.md handoff format:
HANDOFF
FROM: [current model]
TO: [target model]
TASK_ID: [identifier]
CONTEXT: [3 sentences max]
ARTIFACTS: [list]
CONSTRAINTS: [inherited from PROFILE.md + task-specific]
SUCCESS_TEST: [done criteria]
RIGHT NOW: [single action, under 5 min]
WHY THIS ONE: [why it is the highest-leverage micro-step]
AFTER THAT: [what unlocks once this is done]
OPT OUT: "Done. Next one, or stop here?"
A11Y CHECK:
1. [WCAG criterion number + name] - [pass/fail/needs-review]
Issue: [what fails]
Fix: [specific remediation]
POUR SUMMARY:
Perceivable: [status]
Operable: [status]
Understandable: [status]
Robust: [status]
ASSISTIVE TECH: [screen reader, keyboard-only, switch access notes]
FINDINGS (ordered by severity):
1. [SEVERITY] file:line - [issue]
Impact: [what breaks and when]
Fix: [suggested direction]
2. [SEVERITY] file:line - [issue]
Impact: [what breaks and when]
Fix: [suggested direction]
OPEN QUESTIONS:
- [assumption that affects confidence]
SUMMARY: [1-2 sentences]
Severity levels: CRITICAL (blocks release), HIGH (must fix before merge), MEDIUM (should fix), LOW (suggestion/nit).
/readyz returns degraded status or response latency exceeds 2s.psutil.Process().memory_info().rss).AUDIT REPORT: [Timestamp]
RUNTIME: Python/FastAPI (runtime/app.py) via uvicorn
HOT_SKILLS: [List of skills generating highest load]
TRACE_CORRELATION: [Correlation ID mapping to resource spikes]
MEMORY: [RSS current / RSS peak / threshold]
STATUS: [OPTIMAL | DEGRADED | LEAK_DETECTED]
ACTION: [Recommendation for SK-SYS-RECOVER]
psutil, not heap snapshots./readyz latency measured end-to-end including provider checks./execute request counts per skill_id over trailing 5-minute window.--limit-concurrency in decrements of 10.max_connections, max_keepalive_connections) in decrements of 5.gc.collect(2)) and log freed object counts.slowapi or custom).SIGHUP).databases
Phase 1 tasks (P1-1 to P1-5). Schema, app.py, router, hooks, validator, profile loader.
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".
testing
Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".