---
name: Using Bundles Forge
slug: using-bundles-forge-2
category: Automation
description: Using Bundles Forge explains how to find and activate project skills, and how their instructions fit alongside user requests and default behavior. Use it when starting work in this project or when deciding which skill to invoke.
github: "https://github.com/OdradekAI/bundles-forge/tree/main/skills/scaffolding/assets/root/using-skill.md"
language: Python
stars: 230
forks: 14
install: "npx degit https://github.com/OdradekAI/bundles-forge/tree/main/skills/scaffolding/assets/root ~/.claude/skills/root"
installs_to: ~/.claude/skills/root
source_path: skills/scaffolding/assets/root/using-skill.md
collection_size: 23
category_size: 1754
collection_url: "https://dirskills.com/collections/OdradekAI/bundles-forge"
added: 2026-09-03T06:04:33.142Z
last_synced: 2026-09-03T06:04:33.142Z
canonical_url: "https://dirskills.com/skills/using-bundles-forge-2"
---

# Using Bundles Forge

Using Bundles Forge explains how to find and activate project skills, and how their instructions fit alongside user requests and default behavior. Use it when starting work in this project or when deciding which skill to invoke.

**Install:**

```bash
npx degit https://github.com/OdradekAI/bundles-forge/tree/main/skills/scaffolding/assets/root ~/.claude/skills/root
```

## README

# 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> |
