Skip to content

thiagowfx/skills

Repository files navigation

skills

Thiago's personal Gen-AI / Claude Code skills, distributed as a native Claude Code plugin marketplace.

Install

/plugin marketplace add thiagowfx/skills
/plugin install thiagowfx@thiagowfx

/plugin marketplace update thiagowfx to pull later changes.

pi coding agent

pi has a native package manager that reads the same SKILL.md files directly out of this repo (no duplication, same source of truth as the plugin above):

pi install git:github.com/thiagowfx/skills          # global (~/.pi/agent/settings.json)
pi install -l git:github.com/thiagowfx/skills        # project-local (.pi/settings.json)
pi update --extensions                               # pull later changes

Other agents (opencode, cursor...)

On any other agent, the same SKILL.md files install via the cross-agent skills CLI:

npx skills add thiagowfx/skills          # all skills, into ./.claude/skills
npx skills add thiagowfx/skills -g       # global (~/.claude/skills)
npx skills add thiagowfx/skills -l       # list without installing
npx skills add thiagowfx/skills -s ship  # one skill

This copies plain SKILL.md files — without the plugin's /thiagowfx: namespacing or versioned updates. Prefer the marketplace above on Claude Code.

Skills

Skill Description
address-pr-comments Fetch PR review comments and address them.
bloggify Draft a blog post for perrotta.dev in the existing house style.
catchup Refresh context on the current repo — uncommitted changes, commits, open PRs, worktrees, stashes, plans.
find-skills Discover and install agent skills when looking for functionality that might exist as a skill.
gha Analyze GitHub Actions failures and identify root causes.
handoff Compact the current conversation into a handoff document for another agent to pick up.
grill-me Interview you relentlessly about a plan or design until shared understanding.
new-apkbuild Scaffold and iterate on an Alpine Linux APKBUILD for a new aport.
pr-pass Push, wait for CI, fix failures, loop until all checks pass.
ship Commit changes (if any) and send a PR for review.
tdd Test-driven development — red-green-refactor via vertical tracer-bullet slices.

Layout

.claude-plugin/marketplace.json   # marketplace manifest (Claude Code)
package.json                      # pi.dev package manifest, points at the same skills/ dir
plugins/thiagowfx/                # the "thiagowfx" plugin
  .claude-plugin/plugin.json      # plugin manifest
  skills/<name>/SKILL.md          # one dir per skill (auto-discovered)

Credits

Inspired by JuliusBrussee/skills.

grill-me, handoff, and tdd are derived from mattpocock/skills (MIT © Matt Pocock); find-skills from vercel-labs/skills (MIT © Vercel). See THIRD_PARTY.md.

About

My personal Gen-AI / Claude Code skills, as a plugin marketplace.

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages