personal-skill

Store and load user-defined skills from local configuration for autonomous agents.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps users store and reuse their own defined skills for autonomous agents, reducing setup time and ensuring consistency.

Core Features & Use Cases

  • Store and load user-defined skills from local configuration
  • Provide consistent instructions to agents for repeated tasks
  • Support quick experimentation and personalization of skills in local workflows

Quick Start

Load the personal skill from your local user config and execute its instructions.

Frequently Asked Questions about personal-skill

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

FAQPage Schema
How do I store and reuse custom skills for autonomous agents?

To store and reuse custom skills for autonomous agents, define a SKILL.md file with name and description frontmatter, then load it from your local configuration to apply consistent instructions across repeated tasks.

What is a personal skill in a local workflow configuration?

A personal skill in a local workflow configuration is a user-defined instruction set stored in a SKILL.md file, enabling autonomous agents to execute personalized and consistent tasks without repeated manual setup.

How do I set up a reusable skill using a local config and SKILL.md?

Set up a reusable skill by creating a SKILL.md file containing name and description frontmatter, optionally adding scripts, references, and assets directories, then loading it through your local user configuration for immediate agent execution.

Can I include scripts and reference assets when defining skills for agents?

Yes, you can include scripts and reference assets when defining skills for agents. The skill structure supports optional scripts, references, and assets directories alongside the required SKILL.md frontmatter for comprehensive task execution.

Does this approach support quick experimentation and prototyping for custom agent tasks?

Yes, this approach supports quick experimentation and prototyping for custom agent tasks. Storing user-defined skills in local configurations allows rapid loading and testing of personalized instructions across different workflow scenarios.

What are the limitations of using local configurations for personal skills?

Limitations of using local configurations for personal skills include reliance on local environment setup and manual SKILL.md file management. This approach is designed for personal prototyping and may not scale to shared or enterprise-level agent deployments.