Profesaki Code Skills banner
fnferrero97 fnferrero97

Profesaki Code Skills

Design community

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