Agent skill
skill-with-assets
Demonstrates how skills can bundle data files and configuration templates. Use when needing structured data, templates, configuration files, or static reference data.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/skill-with-assets
SKILL.md
Skill with Assets
Description: Demonstrates how skills can bundle data files and configuration templates.
When to use: When a skill needs to reference structured data, templates, or configuration files.
Workflow
- Identify that configuration or data is needed
- Load the appropriate asset from
assets/directory - Parse and use the data
Available Assets
config.json- Example configuration file demonstrating bundled data
Key Points
- Assets can be JSON, YAML, templates, etc.
- Assets are loaded on-demand (progressive disclosure)
- Useful for configuration, templates, test data
- Assets should be static data, not code
Example Usage
User asks: "Show me the config" Response:
- Read
assets/config.json - Parse the JSON
- Present the configuration
When to Bundle Assets
Bundle assets when you need:
- Configuration templates
- Test data or fixtures
- Reference tables or mappings
- Example files
- Static structured data
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?