Add charles-claude-skills to Agent Skills#273
Open
cabaynes wants to merge 1 commit into
Open
Conversation
A paired /checkpoint + /resume bundle for session-continuity across context resets, plus standalone /newproject and /skill-dict utilities. Evaluated against Anthropic's writing-skills + skill-creator rubric to 100% trigger accuracy on a 20-query precision/recall benchmark per skill.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds charles-claude-skills to the 🧠 Agent Skills section.
What's in the skill bundle
/checkpoint+/resume— session-continuity across Claude Code context resets./checkpointwrites a structured handoff file;/resumereads it in a fresh session. Shipped as a paired bundle (they share a folder, must install together)./newproject— parameterized workspace project bootstrapping. Reads$WORKSPACE_DIR(default~/projects/), idempotent, optional git init + umbrella-file integration./skill-dict— manage a personal catalog of installed Claude Code skills. Five subcommands:list,show <name>,sync,add <name>,check-updates.Why I'd like it listed
These were evaluated against current Anthropic best practices before release:
writing-skills+skill-creator.Repo includes top-level + per-skill READMEs, MIT LICENSE (root + per-skill), INSTALL.md with copy-vs-symlink guidance, CONTRIBUTING.md with the eval methodology so others can verify changes don't regress.
Entry placement
Added at the bottom of the no-emoji block under Agent Skills (zero stars, fresh release). Happy to relocate if the maintainer prefers a different position.