Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hardkoded-skills

A collection of skills by hardkoded packaged as plugins for Claude, Cursor, GitHub Copilot, and Codex.

Included skills

This is a growing collection — more skills will land here over time. Currently:

  • cronito — an interactive CLI for managing scheduled tasks on your machine, backed by a single system cron entry. This skill vendors a prebuilt, dependency-free bundle, so there's nothing to install to use it. Source lives at hardkoded/cronito. Run /cronito init once to set it up.
  • pr-memory — PR-keyed, on-disk session memory. save snapshots the current session as a handoff-style document (worktree, per-repo branches, every related PR), and load <pr> re-hydrates it later by any of those PR numbers. Works standalone in a single repo, or across a multi-repo workspace if you use one. Memories are pruned automatically once every PR they reference has merged.

Installation

Claude Code

/plugin marketplace add hardkoded/hardkoded-skills
/plugin install hardkoded@hardkoded

Cursor

Import this repository as a team marketplace, then install hardkoded from the Cursor plugin UI.

GitHub Copilot (VS Code)

Use Chat: Install Plugin From Source and provide:

https://github.com/hardkoded/hardkoded-skills

Codex

codex plugin marketplace add hardkoded/hardkoded-skills
codex plugin add hardkoded@hardkoded

Repository layout

hardkoded-skills/
├── .claude-plugin/marketplace.json
├── .cursor-plugin/marketplace.json
├── plugin.json
└── plugins/
    └── hardkoded/
        ├── .claude-plugin/plugin.json
        ├── .cursor-plugin/plugin.json
        ├── .codex-plugin/plugin.json
        └── skills/
            ├── cronito/
            │   ├── SKILL.md
            │   ├── cronito.sh
            │   └── dist/cronito.cjs
            └── pr-memory/
                ├── SKILL.md
                └── scripts/

Every install path above (Claude, Cursor, Copilot, Codex) resolves skills through a plugin manifest's "skills" field, which points at plugins/hardkoded/skills/ — that's the single copy of each skill in this repo. Each skill only ships its built artifact here — source lives in its own repo (e.g. hardkoded/cronito).

License

MIT

About

A set of great skills built by that guy behind hardkoded

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages