Skip to main content
ClaudeWave
Skill296 estrellas del repoactualizado 1mo ago

using-<project-name>

This skill establishes the foundational instruction set for working with a project's custom skills in Claude Code environments. Use it at the start of any conversation involving the specified project to clarify skill invocation priority, access methods across different platforms, and list available skills with their appropriate use cases. It ensures that project-specific skills override default system behavior when relevant.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/OdradekAI/bundles-forge /tmp/using--project-name- && cp -r /tmp/using--project-name-/skills/scaffolding/assets/root/using- ~/.claude/skills/using--project-name-
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

using-skill.md

# Using <Project Name>

## Instruction Priority

1. **User's explicit instructions** (CLAUDE.md, AGENTS.md, direct requests) — highest priority
2. **<Project Name> skills** — override default system behavior where they conflict
3. **Default system prompt** — lowest priority

## How to Access Skills

**In Claude Code:** Use the `Skill` tool.
**In Cursor:** Use the `Skill` tool.
**In Gemini CLI:** Skills activate via the `activate_skill` tool.

## Platform Adaptation

Skills use Claude Code tool names. For other platforms, see the tool mapping references in this directory.

## The Rule

Invoke relevant skills BEFORE any response or action. Even a 1% chance a skill might apply means you should invoke it.

## Available Skills

<!-- List your project's skills here -->

| Skill | When to Use |
|-------|-------------|
| `<project-name>:<skill-1>` | <trigger description> |
| `<project-name>:<skill-2>` | <trigger description> |