# Bundled And Mcp Turn Zero Skill Filter

> For first-turn skill listings, prefer a small bundled+MCP subset and fall back to bundled-only when the filtered set is still too large.

- **Type:** Skill
- **Install:** `agentstack add skill-ychampion-cskill-agents-bundled-and-mcp-turn-zero-skill-filter`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [ychampion](https://agentstack.voostack.com/s/ychampion)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [ychampion](https://github.com/ychampion)
- **Source:** https://github.com/ychampion/cskill-agents/tree/main/agents/claude-code/skills/bundled-and-mcp-turn-zero-skill-filter
- **Website:** https://x.com/YashasGunderia/status/2039990540016693692?s=20

## Install

```sh
agentstack add skill-ychampion-cskill-agents-bundled-and-mcp-turn-zero-skill-filter
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# SKILL: Bundled-and-MCP Turn-Zero Skill Filter
**Domain:** skill-listing
**Trigger:** Apply when a first-turn skill listing must stay within a tight token budget, especially for subagents that cannot rely on the main thread's turn-zero discovery path.
**Source Pattern:** Distilled from reviewed first-turn listing and token-budgeting implementations.

## Core Method
When you need a small first-turn listing but the full skill registry is too large, filter down to the most intent-signaled sources first: bundled skills and user-connected MCP skills. If even that filtered set exceeds the safe listing budget, fall back again to bundled-only so the initial listing stays predictable and avoids truncation. This gives subagents a useful turn-zero surface without trying to announce the entire long tail of project, plugin, and user skills up front.

## Key Rules
- Start from the full registry but explicitly filter to the smallest high-signal sources rather than trying to compress every skill source equally.
- Enforce a hard cap for the filtered listing and define a deterministic fallback when that cap is exceeded.
- Prefer bundled skills as the final fallback because they are curated, stable, and less likely to explode in count than user-connected ecosystems.
- Leave the long tail of project, plugin, and user skills to later discovery flows instead of forcing them into the turn-zero listing.

## Example Application
If a spawned coding subagent needs a skill list on its first turn, offer bundled plus MCP skills while the total remains within budget. If the user has connected hundreds of MCP servers and that filtered list is still too large, show bundled skills only and rely on later discovery for the rest.

## Anti-Patterns (What NOT to do)
- Do not send the full skill registry on turn zero for every subagent; large installations will hit truncation and waste prompt budget.
- Do not choose an unstable fallback that depends on arbitrary ordering; the reduced listing should remain deterministic across runs.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [ychampion](https://github.com/ychampion)
- **Source:** [ychampion/cskill-agents](https://github.com/ychampion/cskill-agents)
- **License:** MIT
- **Homepage:** https://x.com/YashasGunderia/status/2039990540016693692?s=20

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-ychampion-cskill-agents-bundled-and-mcp-turn-zero-skill-filter
- Seller: https://agentstack.voostack.com/s/ychampion
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
