Create Skill
Create Skill
create/update/delete skill under .agents/skills/. also manage a agent skill list in /README.md Agent Skills section
Create Skill From Repository
Create <skill_name> skill from a given repository URL. It will clone the repo, perform a full project analysis, and create a skill in the workspace.
Usage
Parameters
repo_link: The URL of the repository to clone and analyze. (Default: none)
How to use this command
use create-skill with rpeo <repo_link>
use create-skill with references <references>
use create-skill to align with <exsit_skill_name>
Output Folder Structure
<path/to/workspace>/.agents/skills/<skill_name>/
└── SKILL.md
- File Name Pattern: A directory named
<skill_name>containing theSKILL.mdfile.
Output File Content
SKILL.mdshould follow this format:@skill.global.md
Create Skill From References
Create <skill_name> skill from provided reference documents or URLs instead of a full repository.
Parameters
references: A list of file paths or URLs to use as references for creating the skill. (Default: none)
Output Folder Structure
For Create New SKill only. if just align structure, then use existing one
<path/to/workspace>/.agents/skills/<skill_name>/
└── SKILL.md
- File Name Pattern: A directory named
<skill_name>containing theSKILL.mdfile.
Output File Content
SKILL.mdshould follow this format:@skill.global.md
More from bizshuk/llm_plugin
character-profile-generator
This skill generates detailed virtual character profiles based on a standardized template. Use this skill when a user wants to create or refine a character for stories, roleplay, or virtual assistants. It guides the user through a clarifying dialogue to establish core personality, behavior, and background before generating the final profile.
25project-metadata
Project metadata update
21security scanner
Scan workspace for potential security risks including exposed passwords, API keys, tokens, and other sensitive data
20go-function-analysis
Analyze Go function lengths within a workspace and generate statistics (p50, p90, p99). Use when you need to audit function complexity, identify long functions, or generate code metrics for Go projects. Only analyzes files matching **/*.go within the current workspace, excluding dependencies.
18social-buisiness-explore
Explore niche markets, generate viral content ideas, write scripts, plan 30-day calendars, monetization, and automation.
7private network security scan
Run a private network security scan, diagnose all discovered hosts against 11 risk categories, and generate a security report within 60 minutes
6