Skip to content

CaliLuke/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skills

A personal collection of agent skills I've built for Claude Code. These are tools and instructions that I find useful — feel free to browse, copy, or adapt anything that helps you.

What's Here

Each folder in skills/ is a self-contained skill with a SKILL.md file containing instructions Claude can follow. Some have helper scripts or reference docs.

Current skills include:

  • ai-testing - Guidelines for writing robust tests, including test design, assertions, mocking, and debugging strategies.
  • fowler-refactoring - Practical refactoring guidance based on Martin Fowler's approach for improving design without changing behavior.
  • frontend-organization - Refactor frontend structure so route ownership, screen ownership, feature boundaries, and public APIs are easier to navigate.
  • functional-ui-refactor - Refactor UI architecture by simplifying over-specialized components, separating data loading from rendering, and promoting real primitives into shared UI.
  • go-1-25-review - Review and modernize Go code using useful Go 1.25 features, APIs, and tooling guidance.
  • go-1-26-review - Review and modernize Go code using Go 1.26 features, go fix workflows, and newer API patterns.
  • surrealdb - Documentation router for SurrealDB concepts, SurrealQL, schema design, deployment, SDKs, and tooling.
  • type-bridge - Reference for the TypeDB Python ORM covering schema management, CRUD, queries, and expressions.
  • typedb - TypeQL reference for TypeDB 3.8+, including schema definition, queries, functions, and common pitfalls.

Browse around and grab what you need.

Installation

npx skills add CaliLuke/skills

Or copy a skill folder into your project's .claude/skills/ directory.

License

MIT — do whatever you want with these.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages