{
  "markdown": "# Paper Compute Co. skills\n\nOur curated AI agent skills.\n\nUse them in your project's flake with [`flake-skills`](https://github.com/papercomputeco/flake-skills):\n\n```nix\n{\n  inputs = {\n    nixpkgs.url = \"github:NixOS/nixpkgs/nixos-unstable\";\n    paper-skills.url = \"github:papercomputeco/skills\";\n    paper-skills.inputs.nixpkgs.follows = \"nixpkgs\";\n  };\n\n  outputs = { self, nixpkgs, paper-skills }:\n    let\n      system = \"x86_64-linux\";\n      pkgs   = nixpkgs.legacyPackages.${system};\n      skills = paper-skills.lib;\n    in\n    {\n      devShells.${system}.default = pkgs.mkShell {\n        shellHook = skills.mkSkillsHook {\n          skills = [ \"dagger-check\" ];\n        };\n      };\n    };\n}\n```\n\nEnter the dev shell `nix develop` for skills to automatically propagate.\n\nOr install directly with the [skills CLI](https://skills.sh):\n\n```bash\nnpx skills add papercomputeco/skills\n```\n\n---\n\n\n| Skill | Description |\n|--------|-------------|\n| [`confluent-cloud-setup`](./skills/confluent-cloud-setup) | Set up Confluent Cloud clusters, topics, and API keys for any project |\n| [`dagger-check`](./skills/dagger-check) | Tell the agent how to run `dagger check` |\n| [`tapes`](./skills/tapes) | Search and query past agent sessions captured locally by tapes, through `tapesctl` |\n| [`recall`](./skills/recall) | Before starting work, find the closest prior sessions and turn them into a playbook for the task at hand |\n| [`search`](./skills/search) | Semantic search over recorded sessions across the whole org — all authors, all harnesses — plus time/author browsing |\n| [`digest`](./skills/digest) | Summarize org activity for today, the past 7 days, or the past 30 days from session rollups |\n| [`generate-skill`](./skills/generate-skill) | Turn recorded sessions into a reusable org skill via `paperctl skill generate`, then install it locally |\n| [`session-link`](./skills/session-link) | Identify the agent's own recorded session and return its console link |\n\n## Requirements for the Paper session skills\n\n`recall`, `search`, `digest`, `generate-skill`, and `session-link` need\n[`paperctl`](https://docs.papercompute.com) installed with the `paperd` daemon\nrunning (`paperctl init`, `paperctl login`; check `paperctl status`), and an\nactive org whose tapes backend has recorded sessions — agents launched through\n`paperctl start claude|codex|pi` are captured automatically.\n\n## Agent-specific installation\n\n<details>\n<summary>Claude Code</summary>\n\n```bash\n/plugin marketplace add papercomputeco/skills\n/plugin install paper\n```\n\n</details>\n\n<details>\n<summary>Codex (OpenAI)</summary>\n\n```bash\ngit clone https://github.com/papercomputeco/skills.git ~/.agents/skills/paper\n```\n\nCodex auto-discovers skills from `~/.agents/skills/` and `.agents/skills/`.\n\n</details>\n\n<details>\n<summary>Cursor</summary>\n\n```bash\ngit clone https://github.com/papercomputeco/skills.git ~/.cursor/skills/paper\n```\n\nCursor auto-discovers skills from `.agents/skills/` and `.cursor/skills/`.\n\n</details>\n\n<details>\n<summary>Copilot</summary>\n\n```bash\ngit clone https://github.com/papercomputeco/skills.git ~/.copilot/skills/paper\n```\n\nCopilot auto-discovers skills from `.copilot/skills/`.\n\n</details>\n\n<details>\n<summary>Gemini CLI</summary>\n\n```bash\ngemini extensions install https://github.com/papercomputeco/skills\n```\n\n</details>\n\n<details>\n<summary>OpenCode</summary>\n\n```bash\ngit clone https://github.com/papercomputeco/skills.git ~/.agents/skills/paper\n```\n\nOpenCode auto-discovers skills from `.agents/skills/`, `.opencode/skills/`,\nand `.claude/skills/`.\n\n</details>\n\nOrg skills generated with `paperctl skill generate` install the same way:\n`paperctl skill sync <slug>` writes them into these discovery directories.\n\n## Contributing\n\nSee [CONTRIBUTING.md](CONTRIBUTING.md) for skill-authoring conventions.\n",
  "bytes": 3801,
  "sha": "4e705efc36a35240af7d6378a84235dfc6cd666977389b6d258196890f8f1632",
  "repo_slug": "papercomputeco/skills",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_papercomputeco_skills_809618e0/readme"
}