
allanninal/claude-code-skills
6 skills6 installs6 starsGitHub
Install
npx skills add https://github.com/allanninal/claude-code-skillsSkills in this repo
1Frontend DesignThis skill guides creation of distinctive, production-grade frontend interfaces with a strong design point of view. A developer uses it when building web components, pages, dashboards, or applications and wants the UI to avoid generic AI aesthetics. It prescribes committing to a bold aesthetic direction and applying deliberate typography, color, motion, spatial composition and background choices while producing working code.1installs2Receiving Code ReviewA Claude Code skill for how an agent should respond when it receives code review feedback. It defines a step-by-step pattern to read, restate, verify against the codebase, and implement suggestions one at a time. It forbids performative agreement and requires technical push-back when feedback is incorrect for the codebase.1installs3Requesting Code ReviewA Claude Code skill that requests a code review by dispatching a code-reviewer subagent. It shows how to compute the base and head git SHAs, fill the review template with what was implemented, and act on the returned feedback. It defines when review is mandatory, such as after each task and before merging to main.1installs4Skill CreatorA skill that guides creating or updating agent skills. It documents the anatomy of a SKILL.md file, the required frontmatter fields, and how to bundle scripts, references, and assets. It emphasizes keeping the skill concise and matching the level of instruction detail to how fragile the task is.1installs5Test Driven DevelopmentA Claude Code skill that enforces test-driven development. It requires writing a failing test, watching it fail for the right reason, then writing the minimal code to pass before refactoring. It includes rules against writing production code before a test and examples of good versus poor tests.1installs6Writing PlansA Claude Code skill for writing detailed implementation plans from a spec. It breaks work into bite-sized tasks with exact file paths, failing-test-first steps, and commit points. It defines a required plan header and an execution handoff choice between subagent-driven and parallel-session execution.1installs