with one click
capability-check
// Discover available tools, sub-agents, and skills at session start or when unsure about capabilities.
// Discover available tools, sub-agents, and skills at session start or when unsure about capabilities.
Orchestrate specialized coding agents in isolated worktrees for parallel development tasks.
End-to-end skill for curated team news digests. Covers the full pipeline: team inbox (manual submissions & co-authored drafts), source aggregation (RSS, Twitter, GitHub, web search), research & fact-checking, relevance scoring, article formatting (5 templates), and scheduled delivery to Slack/Discord/WhatsApp. Handles the critical handoff between conversational sessions (where links are received) and isolated cron sessions (where digests are built).
Foundational philosophy for autonomous agent work. Breaks analysis paralysis and enforces tangible output per interaction. Use when: a conversation feels circular, a session risks ending without an artifact, or an agent needs a reminder to act instead of plan. Generic -- applies to any domain or toolchain.
Qualified, critical code reviews using GitHub's pending review API. Inline comments, verification, and validation.
Standardized Git + GitHub workflows for AI agents. Branching, committing, PRs, reviews, CI checks.
Periodic scan of GitHub repos for open issues. Classifies issues into actionable queues (new, needs-clarification, ready-to-implement, in-progress, blocked) and persists state across heartbeat cycles. Use when an engineering agent needs to autonomously discover and triage work.
| name | capability-check |
| description | Discover available tools, sub-agents, and skills at session start or when unsure about capabilities. |
| metadata | {"category":"platform"} |
Discover what you can do.
Use this skill at session start or when unsure about available tools, sub-agents, or skills.
Run these checks to understand your current capabilities:
Your tools are listed in the system prompt under "Tool availability". Scan for:
exec (shell commands)web_search / web_fetch (research)browser (browser automation)sessions_spawn / subagents (multi-agent orchestration)cron (scheduled tasks)message (cross-channel messaging)nodes (paired devices: cameras, screens, locations)tts (text-to-speech)Check <available_skills> in your system prompt. Each skill has:
SKILL.md)
Load with: read <location>agents_list
Shows agent IDs you can target with sessions_spawn.
subagents action=list
Shows running sub-agent sessions.
sessions_list
Shows all active sessions with optional filters.
nodes action=status
Shows paired phones, Pis, etc.
cron action=list
Shows scheduled recurring tasks.
session_status
Shows model, usage, cost, thinking level.
Run all of the above in sequence to get a full picture of your capabilities. Log findings to memory/ for future reference.
Authored by ManniTheRaccoon. 🦝