Profesaki Code Skills
Description
Downloadable Claude Code skills for writing good code (clean code, hexagonal/screaming architecture, atomic design, TDD)
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
profesaki-code-skills
Opinionated, language-agnostic skills for writing code that doesn't make the next person (or your future self) suffer. No framework lock-in, no ceremony, just the rules that separate "it works" from "it's good."
Install
npx skills add fnferrero97/profesaki-code-skills
That's it. Any project, any language, any machine.
What's inside
| Skill | Use it when you're... |
|---|---|
| clean-code-generator | writing or refactoring any code: naming, responsibility, guard clauses, error handling, Clean/Screaming architecture, atomic design, container-presentational, strict TDD |
| testing-patterns | writing a test and wondering what to mock, how to name it, or whether it's a unit or an integration test |
| code-review-checklist | reviewing someone else's PR and need to separate "this blocks the merge" from "this is a nitpick" |
| commit-and-pr-discipline | staging changes, writing a commit message, or deciding how to split a PR so it's actually reviewable |
| good-comments | about to write a comment and unsure if it's adding information or just noise |
| api-contract-design | designing an endpoint or contract: errors, pagination, idempotency, versioning |
| dependency-injection-boundaries | wiring a dependency and tempted to reach for a service locator or a "context" grab-bag |
| error-handling-observability | adding a log line or catching an error and unsure what severity or how much detail belongs there |
| docs-readme-writing | writing a README or guide that people will actually read instead of skim past |
Each one is self-contained, cross-references the others where it matters, and stays
Related Skills
Algorithmic Art
Create generative art using p5.js with seeded randomness, flow fields, and particle systems
Design Brand Guidelines
Apply Anthropic's official brand colors and typography to artifacts
Design Canvas Design
Create beautiful visual art in PNG and PDF documents using design philosophy
Design Frontend Design
Create distinctive, production-grade frontend interfaces with high design quality
Design Slack Gif Creator
Create animated GIFs optimized for Slack's size constraints
Design Theme Factory
Style artifacts with professional themes including 10 pre-set color/font combinations
Design Related Agents
Codemod Runner
Writes and runs codemod scripts that replace hardcoded visual values with token references in ui/src/index.css
Designguru
Expert Design Guidance & Analysis Specialist who provides professional UI/UX insights, design system guidance,
Html Css
| Web standards for semantic markup, maintainable styling, and accessibility. | - | [wshobson/agents](https://