Stats
Links
Categories
Various goodies for AI coding assistants
npx claudepluginhub ferhatelmas/goodiesVarious skills for AI coding assistants
A small collection of reusable agent skills.
skills/uber-go-style/SKILL.md: uber-go-style skill with rules based on the Uber Go Style Guide.This repo can be installed with the skills CLI.
# list available skills in this repo
npx skills add ferhatelmas/goodies --list
# install globally for Claude Code and Codex
npx skills add ferhatelmas/goodies -a claude-code -a codex -g
After install, invoke skills by name in prompts (for example, /uber-go-style).
This repository includes Claude plugin metadata:
# Add the marketplace (first time)
/plugin marketplace add ferhatelmas/goodies
# Install the skills
/plugin install skills@ferhatelmas-goodies
This project is licensed under the Apache License 2.0. See LICENSE.
Official prompts.chat marketplace - AI prompts, skills, and tools for Claude Code
Open Design — local-first design app exposed to coding agents over MCP. Install once with your agent's plugin command and projects/files/skills are reachable through stdio.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations