A template demonstrating the skill format for both Claude Code and GitHub Copilot. Copy this folder to create a new skill — rename the folder and update the frontmatter.
npx claudepluginhub zeblawrence/agent-resources --plugin shared-agent-resourcesThis skill is limited to using the following tools:
Replace this section with instructions your AI agent should follow when this skill is invoked.
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Share bugs, ideas, or general feedback.
Replace this section with instructions your AI agent should follow when this skill is invoked.
Describe clearly when this skill should be triggered or invoked. This description (combined with the frontmatter description) is what the model uses to decide whether to activate the skill automatically.
Provide a concrete example of input and expected output or behavior here if helpful.