another-skill

Validate Skill discovery workflows with a minimal self-contained example.

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/cjohnhanson/codelikecody --skill another-skill-cjohnhanson
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: another-skill
Source: https://github.com/cjohnhanson/codelikecody/tree/main/clc/tests/missouri/has-skills-config/skills/another-skill
Command: npx skills add https://github.com/cjohnhanson/codelikecody --skill another-skill-cjohnhanson

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a minimal, self-contained example used to validate the Skill discovery workflow, enabling testing without requiring external scripts or data.

Core Features & Use Cases

  • Self-contained: Includes a SKILL.md with frontmatter and a trivial body to exercise parsing and loading.
  • Testing utility: Helps verify tooling around metadata extraction, indexing, and activation flows.
  • Education example: Useful for onboarding new contributors to the Skill ecosystem.

Quick Start

Load this skill in a test environment to verify the discovery and activation workflow.

Frequently Asked Questions about another-skill

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test skill discovery pipeline metadata loading without external dependencies?

You can validate skill discovery using a minimal, self-contained example that includes a SKILL.md with frontmatter and a trivial body to exercise parsing and loading without external scripts or data.

What is a self-contained skill example used for in testing environments?

A self-contained skill example is used to verify metadata loading, indexing, and activation flows to ensure the skill discovery workflow functions correctly without requiring external data.

Can I use a minimal skill to verify metadata extraction and indexing activation flows?

Yes, you can use a minimal skill with a SKILL.md frontmatter and optional directories like scripts, references, and assets to verify metadata extraction and indexing activation flows.

Do I need external scripts or data to validate skill discovery workflows?

No, you do not need external scripts or data to validate skill discovery workflows; a minimal, self-contained example imposing no runtime dependencies is sufficient for testing.

What's the best way to onboard new contributors to the skill ecosystem?

The best way to onboard new contributors to the skill ecosystem is by using a minimal, self-contained example that demonstrates metadata loading, parsing, and activation flows in a testing environment.

When do I need a placeholder skill with YAML frontmatter for discovery validation?

You need a placeholder skill with YAML frontmatter when you want to validate skill discovery by testing metadata loading, indexing, and activation without imposing runtime dependencies.