code-skills

A collection of AI coding skills for Claude Code and Codex, enabling efficient development and design.

code-skills

PyPI - skill-deployer License: MIT

Skills for AI coding assistants. Works with Claude Code and Codex.

Skills

Meta

SkillDescriptionOrigin
skill-deployerInstall skills from GitHub URLs with a single command. Just give it a URL.Custom
skill-creatorCreate, modify, evaluate, and optimize skills. Includes eval runner and variance analysis.Anthropic
scheduled-commitSchedule a git commit and push for a later time. No AI co-author attribution.Custom
ascii-cleanStrip non-ASCII characters from code files. Useful as a post-edit cleanup pass.Custom

Design

Skills from the Anthropic Claude Code skills collection, licensed under Apache 2.0.

SkillDescriptionOrigin
canvas-designCreate visual art and designs as .png and .pdf documents using design philosophy.Anthropic
frontend-designBuild distinctive, production-grade frontend interfaces with high design quality.Anthropic
brand-guidelinesApply Anthropic's official brand colors and typography to artifacts.Anthropic

PicoCalc

Skills for developing on the PicoCalc handheld (RP2350/Pico 2W).

SkillDescriptionOrigin
picocalc-appCreate apps, games, and tools targeting the 320x320 display and membrane keyboard.Custom
picocalc-c-moduleCreate and modify C extension modules compiled into the MicroPython firmware.Custom
picocalc-hardwareHardware reference data: GPIO pins, SPI/I2C buses, display, keyboard, SD card.Custom
picocalc-networkWiFi and BLE networking features.Custom
picocalc-opsDevice operations: flashing firmware, deploying scripts, debugging boot issues.Custom
picocalc-reviewCode review for MicroPython targeting PicoCalc.Custom

Installation

Option A: pip install (recommended)

Install all skills to both Claude Code and Codex with one command:

pip install skill-deployer
skill-deployer install

Target a specific platform:

skill-deployer install --claude    # Claude Code only
skill-deployer install --codex     # Codex only

Install a single skill by name:

skill-deployer install picocalc-app

Option B: Install from GitHub URL

Install skill-deployer first, then tell your AI assistant to install any skill by URL:

"install this skill https://github.com/LofiFren/code-skills/tree/main/skills/picocalc-app"

Option C: Manual install

Copy any skill folder directly into your skills directory:

# Claude Code
cp -r skills/picocalc-app ~/.claude/skills/

# Codex
cp -r skills/picocalc-app ~/.codex/skills/

License

Custom skills are by the repo owner. PicoCalc skills are specific to the Clockwork Pi PicoCalc hardware platform.

Anthropic skills are from the Claude Code skills collection and licensed under Apache 2.0. See individual LICENSE.txt files in each skill directory.