Claude Code Plugins

Community-maintained marketplace

Feedback

{{SKILL_NAME}}

@ericksoa/grimoire
0
0

{{SKILL_DESCRIPTION}}

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name [object Object]
description [object Object]
allowed-tools [object Object]

{{SKILL_NAME}}

Brief overview of what this skill does and when Claude should use it.

When to Activate

This skill should be used when:

  • User asks about...
  • User wants to...
  • User needs help with...

Instructions

Step 1: Understand the Request

Analyze what the user is asking for. Look for:

  • Key requirements
  • Constraints or preferences
  • Context from the conversation

Step 2: Gather Information

If needed, use these tools to gather context:

  • Glob to find relevant files
  • Read to examine file contents
  • Grep to search for patterns

Step 3: Execute the Task

Perform the main action:

# Example commands go here

Step 4: Verify and Report

After completing the task:

  1. Verify the results
  2. Report what was done
  3. Suggest next steps if applicable

Examples

User says: "..." Action: ...

User says: "..." Action: ...

Error Handling

Situation Response
Missing file Suggest creating it or check path
Permission error Explain the issue and suggest fix
Invalid input Ask for clarification

Notes

  • Add any important notes or caveats here
  • Document limitations
  • Link to related skills if applicable