Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

kyh.io

kyh.io contient 7 skills collectées depuis kyh, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
7
Stars
7
mis à jour
2026-07-18
Forks
0
Couverture métier
1 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

sync-conventions
Développeurs de logiciels

Audit and fix convention drift across all projects defined in ~/.zshrc pupa(). Checks tooling choice (oxlint/oxfmt vs eslint/prettier), oxlint type-safety rules, script consistency, tsconfig, stale config references, database tooling (drizzle push scripts + .env.production.local convention, no stale migration dirs), secret hygiene (no tracked .env), and shared-UI/config drift (ui source glob, typed next.config). Package versions are out of scope — use update-all for those. Use when you want to ensure all projects follow the same patterns.

2026-07-18
release
Développeurs de logiciels

Bump, build, publish, tag, and changelog the publishable npm packages in this monorepo — `kyh` (CLI), `@kyh/skills`, and the lockstep config pair `@kyh/eslint-config` + `@kyh/tsconfig`. Skips packages with no changes since their last release. Use when the user wants to ship npm versions. Args optional: which package(s) and bump type, e.g. "release cli patch", "release skills minor", "release configs patch", "release all".

2026-07-17
update-all
Développeurs de logiciels

Update all packages to latest across all projects defined in ~/.zshrc pupa(). Handles breaking changes, fixes build failures, and commits per project. Smarter version of the pupa() shell function. Use when you want to bulk-update dependencies.

2026-06-04
architect
Développeurs de logiciels

Senior engineering advisor for code reviews, architecture decisions, complex debugging, and planning.

2026-06-04
pr-lifecycle
Développeurs de logiciels

Monitor a PR for bot review comments (Claude, Cursor, Copilot, etc.), address all feedback, push fixes, and repeat until clean. Use when you want to babysit a PR through automated review cycles. Accepts optional PR number or URL as argument.

2026-06-04
push
Développeurs de logiciels

Commit and push changes. If on main, pushes directly. If on a branch, pushes and creates a PR. Use when you want to commit and ship changes.

2026-06-04
simplify-lifecycle
Développeurs de logiciels

Full architecture sweep that finds and fixes simplification opportunities in a loop until convergence. Analyzes the entire app structure, removes dead code, flattens unnecessary abstractions, consolidates duplicates, and simplifies over-engineered patterns. Loops until there's nothing left to improve. Use when you want to thoroughly clean up and simplify a codebase.

2026-06-04