Claude-skill-registry agent-context-loader
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/agent-context-loader" ~/.claude/skills/majiayu000-claude-skill-registry-agent-context-loader && rm -rf "$T"
manifest:
skills/data/agent-context-loader/SKILL.mdsource content
Agent Context Loader
Overview
This skill provides automated assistance for the described functionality.
Prerequisites
- Access to project files in {baseDir}/
- Required tools and dependencies installed
- Understanding of skill functionality
- Permissions for file operations
Instructions
- Identify skill activation trigger and context
- Gather required inputs and parameters
- Execute skill workflow systematically
- Validate outputs meet requirements
- Handle errors and edge cases appropriately
- Provide clear results and next steps
Output
- Primary deliverables based on skill purpose
- Status indicators and success metrics
- Generated files or configurations
- Reports and summaries as applicable
- Recommendations for follow-up actions
Error Handling
See
{baseDir}/references/errors.md for comprehensive error handling.
Examples
See
{baseDir}/references/examples.md for detailed examples.
Resources
- Official documentation for related tools
- Best practices guides
- Example use cases and templates
- Community forums and support channels