🎯

permission-test-skill

🎯Skill

from matteocervelli/llms

VibeIndex|
What it does

Tests permission configurations for Claude Code skill interactions.

permission-test-skill

Installation

git cloneClone repository
git clone https://github.com/matteocervelli/llms.git
PythonRun Python server
python -m src.tools.doc_fetcher fetch --provider anthropic
PythonRun Python server
python -m src.tools.skill_builder create --name my-skill --template basic
PythonRun Python server
python -m src.tools.command_builder create --name my-command
PythonRun Python server
python -m src.tools.agent_builder create --name my-agent
πŸ“– Extracted from docs: matteocervelli/llms
17
-
Last UpdatedNov 17, 2025

Skill Details

SKILL.md

Permission test. Use for testing.

Overview

# permission-test-skill

Permission test. Use for testing.

Usage

This skill can be invoked by Claude Code when the task matches the description above.

Examples

Provide examples of when this skill should be used:

  1. Example scenario 1
  2. Example scenario 2
  3. Example scenario 3

Notes

  • This is a basic skill template
  • Customize the content above to match your use case
  • Add more sections as needed

Best Practices

  • Keep instructions clear and concise
  • Provide specific examples
  • Include error handling guidance
  • Document expected inputs and outputs

Troubleshooting

Common issues and solutions:

  • Issue 1: Description and solution
  • Issue 2: Description and solution

Related Skills

List related skills that might be useful:

  • Related skill 1
  • Related skill 2

---

Generated with skill_builder tool