This is a repo of prompt-related things for my AI agents to work better.
As of 2026, AI agents are moving faster because many new tools and techniques are expanding their capabilities. These methods—often called rules, context, agents, or skills—share one core goal: better prompting. In this repo, "Things" is a general name for all these approaches. The term is broad on purpose because the ecosystem is still changing; even though "skills" are popular now, no single approach has won. Since prompts are verbal and easy to carry across frameworks, the general label fits both current practice and ongoing evolution.
This repository contains reusable skills for AI agents. You can install them to your local Claude Code configuration.
To install skills from this repository to your local Claude Code configuration, run this one-liner:
curl -sSL https://raw.githubusercontent.com/kmftcy/Things4AIAgents/main/install-skills.sh | bashThis will automatically clone the repository and copy all skills to your ~/.claude/skills/ directory.
- git-commit: Creates commits following Conventional Commits v1.0.0 specification