Free agent skills

Hand your agent a build-cache expert

9 skills for repository architecture, monorepo decisions, and build-cache correctness. Copy one into an agent session, or install the whole catalog into Claude Code, Codex, GitHub Copilot, Cursor, or Antigravity.

cachely-repo-check
Check this repository's architecture with Cachely Repo Check. Read and follow the public skill at:https://cachely.dev/.well-known/agent-skills/cachely-repo-check/SKILL.md Perform a read-only review. Map and distinguish the project/package dependency graph, deployment graph, and task graph. Include declared and observed edges, actual consumers, dependency direction, cycles, hidden cross-boundary dependencies, and unknowns. Decide whether this repository should stay single-project, become or remain a monorepo, or be split. Recommend the right build or monorepo framework - including no new framework when that is best. Identify code that should move between apps, internal modules, shared libraries, and independently deployable services. Flag libraries that should be folded back when their consumers, ownership, release lifecycle, and coupling show the boundary adds ceremony without useful isolation. Triage cache readiness. Base every recommendation on repository evidence, state uncertainty and tradeoffs, and do not modify files or run project scripts. Return an executive recommendation, dependency graphs, current repository map, per-project verdicts, prioritized framework and boundary findings, target architecture, phased migration plan, validation plan, and the single best next Cachely skill.
Paste into any coding agent, or install the whole catalog below.
Install

Pick your agent

One bundle, and the directory your agent already reads. The skills are plain SKILL.md files with no vendor-specific syntax.

mkdir -p ~/.claude/skills && curl -sL https://cachely.dev/agent-skills/cachely-skills.tar.gz | tar xz -C ~/.claude/skills

Claude Code loads personal skills from ~/.claude/skills, so unpacking the bundle there is the whole install. Point a repository .claude/skills at the same files to share them with everyone working in that repo.

Using something else? Every skill is listed in the vendor-neutral Agent Skills Discovery index, with a sha256 digest to verify each file against.

The catalog

Nine skills, in the order you would use them

Copy gives you the full prompt, not just a link: it tells the agent to fetch and follow the skill, states the task, and carries that skill's constraints.

Assess

Find out what you actually have.

3 skills

Repo check

Read-onlycachely-repo-check

Map the dependency, deployment, and task graphs, then recommend topology, build tooling, and code boundaries.

SKILL.mdGuide

Cache audit

Read-onlycachely-cache-audit

Inspect Nx or Turborepo cache configuration for correctness, security, determinism, and avoidable misses.

SKILL.mdGuide

Monorepo evaluation

cachely-monorepo-evaluation

Weigh a monorepo against multiple repositories on the signals that actually favor each, plus the costs to expect.

SKILL.md

Set up

Point a build at the cache.

3 skills

Remote cache setup

cachely-remote-cache

Point an Nx, Lerna, Turborepo, Gradle, or Bazel build at the Cachely remote cache with a workspace token.

SKILL.md

CI setup

cachely-ci-setup

Wire remote caching into GitHub Actions, GitLab CI, or any runner, including read-only tokens for untrusted PR builds.

SKILL.md

Agent authentication

cachely-authentication

Obtain and use credentials for Cachely APIs: OAuth 2.1 with PKCE for MCP, workspace bearer tokens for the cache.

SKILL.md

Optimize

Make the cache earn its keep.

2 skills

Enable task caching

cachely-enable-task-caching

Make build, test, and lint tasks correctly cacheable with declared inputs and outputs and hermetic execution.

SKILL.md

Improve cache hit rate

cachely-improve-cache-hit-rate

Diagnose misses when CI re-executes unchanged tasks or two machines compute different hashes for the same task.

SKILL.md

Migrate

Change the shape of the repository.

1 skill

Monorepo migration

cachely-monorepo-migration

Consolidate repositories into a monorepo with a task runner and remote caching wired up from day one.

SKILL.md

What these skills do to your repository

The two marked read-only - Repo check and Cache audit - do not modify, create, or delete files, and do not run project scripts. The rest are configuration skills: setting up a remote cache, wiring CI, making tasks cacheable, or migrating a monorepo all mean editing build files, so review their changes the way you would any other proposed diff.

No skill sends repository files, paths, or generated findings to Cachely. Your coding-agent provider may process repository data under its own privacy terms. Cachely may count aggregate requests for the public skill files through ordinary edge analytics; a fetch does not prove a skill was run.

The skills are licensed under Apache-2.0. Install them, run them, and redistribute them; the bundle carries a copy of the license and the copyright notice, which the license asks you to keep. Cachely's own source code and service are not covered - only these files.

Ready to cache for real?

The skills are free. When you want the remote cache behind them, a workspace takes a few minutes to set up.