byronxlg/skillfold

Declarative skill manager for Claude Code and Codex. Declare skills in YAML, pin exact revisions in a lockfile, install them reproducibly into .claude/skills.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 44 minutes ago
Added to GitGenius on August 31st, 2026
Created on March 19th, 2026
Open Issues & Pull Requests: 0 (+0)
Number of forks: 1
Total Stargazers: 12 (+0)
Total Subscribers: 0 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.2 hours
Mean response time: 11.9 hours
90th percentile: 0.4 hours
Tracked items: 257

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

How this project is maintained

Around half of the issues opened in the past year never receive a reply. Only 20% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 0
New in 7 days: 0
Closed in 7 days: 0
Avg open age: N/A days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • task (222)
  • roadmap (59)
  • enhancement (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Skillfold is a skill manager for Claude Code and Codex that uses declarative YAML configuration to define and install custom skills.

The tool addresses the challenge of managing custom skills for Claude-based development environments in a reproducible and version-controlled way. It works by allowing developers to declare skills in YAML files, then uses a lockfile to pin exact revisions of those skills. This approach ensures that skill installations remain consistent across different environments and team members, similar to how dependency managers handle package versions in traditional software projects.

Skillfold suits developers who work with Claude Code or Codex and need to maintain a set of custom skills across multiple machines or within a team. It is particularly valuable for projects where reproducibility matters, such as collaborative development environments or CI/CD pipelines where you need identical skill configurations. The declarative YAML approach makes skill definitions human-readable and version-control friendly, allowing teams to track skill changes alongside their code.

The project shows active development with regular commits addressing bug fixes and feature improvements. Work spans across core functionality refinement, documentation updates, and tooling enhancements. The codebase demonstrates attention to both user-facing features and underlying infrastructure quality.