delegating-to-wiki-agent

Delegate Confluence wiki operations to a specialized sub-agent with structured JSON outputs.

34|5|Updated Oct 15, 2025
One-click install
npx skills add https://github.com/ryancnelson/deli-gator --skill delegating-to-wiki-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: delegating-to-wiki-agent
Source: https://github.com/ryancnelson/deli-gator/tree/main/examples/2-documentation-wiki/skills/delegating-to-wiki-agent
Command: npx skills add https://github.com/ryancnelson/deli-gator --skill delegating-to-wiki-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill teaches you how to delegate Acme Confluence wiki operations to a specialized sub-agent, keeping your main context clean and focused, reducing context size and costs.

Core Features & Use Cases

  • Automated delegation: Route Confluence operations to a cost-effective sub-agent to keep the main assistant lean.
  • Safe execution: All API details and credentials stay in the sub-agent layer; no exposure in the main context.
  • Use Case: A user requests to read, update, or create Confluence pages; the main assistant delegates to the sub-agent for execution and returns concise results.

Quick Start

Delegate a Confluence read of page 123456789 by delegating to the wiki sub-agent.

Frequently Asked Questions about delegating-to-wiki-agent

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I delegate Confluence wiki operations to reduce context and costs?

Delegating Confluence operations to a specialized sub-agent keeps your main context lean while executing wiki tasks remotely. Set up shell wrappers at ~/bin, configure AGENT-INSTRUCTIONS.md for sub-agent behavior, and route read, update, create, and search operations through the wiki delegation pattern to maintain cost efficiency.

Can I automate Confluence page updates and searches without exposing API credentials?

Yes. The delegation pattern isolates all API details and credentials in the sub-agent layer, preventing exposure in your main context. The sub-agent handles wiki-update, wiki-create, wiki-search, and wiki-read operations on Confluence pages within the OPS space while you work with structured JSON outputs.

What's the best way to read and update Confluence pages at scale?

Delegate to a cost-effective sub-agent using the Deli-Gator delegation pattern. Use wiki-read and wiki-update wrappers to operate on Confluence pages, rely on Confluence Storage Format for content integrity, and keep results as structured JSON to minimize main context overhead.

Do I need to set up special infrastructure to delegate wiki tasks?

Yes. Shell wrappers must be available at ~/bin, and you'll need AGENT-INSTRUCTIONS.md configured to define sub-agent behavior. With these prerequisites in place, you can route Confluence operations—reading, updating, creating, and searching pages—through the delegation layer.

How does delegating wiki operations keep context size manageable?

Delegation moves Confluence API interaction and processing logic to a specialized sub-agent, returning only concise structured results to your main context. This approach preserves content integrity via Confluence Storage Format while minimizing token usage in your primary assistant.

What Confluence operations can I delegate to a sub-agent?

You can delegate wiki-read, wiki-update, wiki-create, wiki-search, and wiki-list-space operations. The sub-agent handles all interactions with Confluence pages in the OPS space, applying the Deli-Gator delegation pattern while producing structured JSON outputs for your workflow.