library-bundled-skill

Skill shipped by a regular library package, not a dedicated skill package

5 stars

Best use case

library-bundled-skill is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Skill shipped by a regular library package, not a dedicated skill package

Teams using library-bundled-skill should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/library-with-skill/SKILL.md --create-dirs "https://raw.githubusercontent.com/netresearch/composer-agent-skill-plugin/main/tests/Fixtures/library-with-skill/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/library-with-skill/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How library-bundled-skill Compares

Feature / Agentlibrary-bundled-skillStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Skill shipped by a regular library package, not a dedicated skill package

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Library Bundled Skill

Used to verify universal discovery picks up libraries declaring extra.ai-agent-skill
even when their type is "library" (not "ai-agent-skill").

Related Skills

database-analyzer

5
from netresearch/composer-agent-skill-plugin

Analyze and optimize database schemas and relationships

malformed-skill

5
from netresearch/composer-agent-skill-plugin

This has invalid YAML: unquoted colon value

broken-skill

5
from netresearch/composer-agent-skill-plugin

No description provided.

duplicate-skill

5
from netresearch/composer-agent-skill-plugin

Second version of duplicate skill from package B (should win)

collision-skill

5
from netresearch/composer-agent-skill-plugin

Duplicate name fixture B for direct skills tests.

building-attack-pattern-library-from-cti-reports

16
from plurigrid/asi

Extract and catalog attack patterns from cyber threat intelligence reports into a structured STIX-based library mapped to MITRE ATT&CK for detection engineering and threat-informed defense.

testing-library

15
from jaem1n207/synchronize-tab-scrolling

Test UI components the way users interact with them using Testing Library — query by role, text, and label instead of implementation details. Use when someone asks to "test React components", "Testing Library", "user-centric testing", "test accessibility", "test without implementation details", or "render and query components in tests". Covers React Testing Library, queries, user events, async testing, and accessibility assertions.

Fluxwing Library Browser

15
from trabian/fluxwing-skills

Browse and view all available uxscii components including bundled templates, user components, and screens. Use when working with .uxm files, when user wants to see, list, browse, or search .uxm components or screens.

scenario-library

13
from ameya85/curiosity-stack

Activate when user says "I don't know what to research", "give me ideas", "what can I decompose", "show me scenarios", "browse topics", "not sure where to start", "what topics are available", or runs /curiosity-stack:scenarios. Also activate on first session if local.md session_count is 0 or empty — surface the library automatically after the welcome message. Never activate mid-decomposition.

decomposition-library

13
from ameya85/curiosity-stack

Activate after every completed decomposition to offer saving. Activate when user says "save this", "add to library", "show my library", "what have I researched", "past decompositions", "have I done this before", or starts a decomposition on a topic that may already exist in the library. Always check library/ folder silently at the start of any new decomposition.

brand-library-architect

13
from NickCrew/Claude-Cortex

Build a complete brand library for a product — visual asset render pipeline, brand documentation set (BRAND, COPY, MANIFESTO, BIOS, FAQ, GLOSSARY, TONE, PRICING), open-source convention files (README, CONTRIBUTING, SECURITY, CODE_OF_CONDUCT), and a self-contained press kit. This skill should be used when the user asks to "build a brand library / brand kit / press kit / brand assets" for a product, "set up a brand library workflow," "create a positioning manifesto plus visual identity," or any combination of brand documentation + visual asset pipeline. Apply phase-by-phase or run end-to-end. Templates are product-agnostic and use {{TOKEN}} placeholders the skill prompts the user to fill.

quiche - QUIC and HTTP/3 Library

11
from enuno/claude-command-and-control

> Rust implementation of QUIC transport protocol and HTTP/3, developed by Cloudflare.