luisburgos-skills
v0.4.0Luis Burgos's agent skills — skill authoring, and the conventions that keep them predictable.
By Luis BurgosLicense: MIT0 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 12 skill or MCP entries
- Source updated
- Sep 16, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install luisburgos-skills for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install luisburgos-skills@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/luisburgos/skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .claude-plugin/plugin.json├── skills/assessing-cycle-goals/SKILL.md├── skills/collecting-cycle-data/SKILL.md├── skills/configuring-cycle-tracking/SKILL.md├── skills/drafting-release-notes/SKILL.md├── skills/naming-skills/SKILL.md├── skills/reaim/SKILL.md├── skills/recap/SKILL.md├── skills/recheck/SKILL.md├── skills/reviewing-cycle-trends/SKILL.md├── skills/setting-cycle-goals/SKILL.md├── skills/weekly-cycle-model/SKILL.md└── skills/writing-cycle-review/SKILL.md
Included Skills12
Measure a cycle against the goals it started with, score the estimates that were made, and close the cycle by appending to history.
Collect what actually happened in a cycle — git across the configured repos, plus an optional task export — into the cycle's primary record.
One-time setup for cycle tracking — writes the config and an empty history so the first cycle can begin.
Draft curated GitHub Release notes for an existing tag — themed sections, PR and commit references, a collapsible full commit list, a compare link — as a draft the user approves before it goes public. Use when the user wants to cut a GitHub release, write notes for a tag or version, publish a release page, or has just bumped and tagged a version. Also use to rewrite an existing release's thin notes. This is the GitHub Releases page — not Play Store or TestFlight store copy, which is a separate concern with character limits and per-locale files.
Name a new skill, or audit existing skill names against this repo's taxonomy. Use when choosing what to call a skill or renaming one, or when checking a tree of skills for naming drift. Also use when another skill needs the taxonomy to justify a name it is producing.
Set the coming cycle's goals — draft 3 to 5 goals with theory and practice confidence estimates, carry or drop what did not land, and force a decision on anything unlikely to actually happen. A thin facade over setting-cycle-goals.
Close out a finished cycle's record — collect what happened into the primary record, then optionally write the readable review. A thin facade over collecting-cycle-data and writing-cycle-review.
Close a finished cycle against the goals it started with — judge each goal, score the estimates, write the assessment, and freeze the cycle into history. A thin facade over assessing-cycle-goals.
Read across many cycles for the patterns a single cycle cannot show — carried goals, estimate calibration, and gaps in the record.
Draft the next cycle's goals, each with the plan that would produce it and theory and practice confidence estimates of that plan, and force a decision on any goal you are unlikely to actually do.
The shared model of the weekly cycle — the sequence, the artifact contract, and the rules every cycle skill obeys. Read before running any of them.
Write the readable narrative of a cycle — charts and prose over the collected data, for the person who lived it.
Plugin manifests1
{
"name": "luisburgos-skills",
"version": "0.4.0",
"description": "Luis Burgos's agent skills — skill authoring, and the conventions that keep them predictable.",
"author": {
"name": "Luis Burgos"
},
"repository": "https://github.com/luisburgos/skills",
"license": "MIT",
"keywords": [
"skills",
"authoring",
"naming",
"conventions",
"weekly-review",
"goal-setting",
"continuous-improvement"
],
"skills": [
"./skills/drafting-release-notes",
"./skills/naming-skills",
"./skills/weekly-cycle-model",
"./skills/configuring-cycle-tracking",
"./skills/collecting-cycle-data",
"./skills/writing-cycle-review",
"./skills/assessing-cycle-goals",
"./skills/setting-cycle-goals",
"./skills/reviewing-cycle-trends",
"./skills/recap",
"./skills/recheck",
"./skills/reaim"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[luisburgos-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/luisburgos-skills)