[
  {
    "id": "anthropic-skills-docs-1",
    "tier": "claimed-docs",
    "url": "https://code.claude.com/docs/en/skills",
    "excerpt": "Create a `SKILL.md` file with instructions, and Claude adds it to its toolkit.",
    "fetchedAt": "2026-09-06T23:18:40.787Z"
  },
  {
    "id": "anthropic-skills-docs-2",
    "tier": "claimed-docs",
    "url": "https://code.claude.com/docs/en/skills",
    "excerpt": "Claude uses skills when relevant, or you can invoke one directly with `/skill-name`.",
    "fetchedAt": "2026-09-06T23:18:40.787Z"
  },
  {
    "id": "anthropic-skills-docs-3",
    "tier": "claimed-docs",
    "url": "https://code.claude.com/docs/en/skills",
    "excerpt": "Skills add optional features: a directory for supporting files, frontmatter to [control whether you or Claude invokes them]... and the ability for Claude to load them automatically when relevant.",
    "fetchedAt": "2026-09-06T23:18:40.787Z"
  },
  {
    "id": "anthropic-skills-docs-4",
    "tier": "claimed-docs",
    "url": "https://code.claude.com/docs/en/skills.md",
    "excerpt": "the [`disableBundledSkills`](/docs/en/settings-reference#disablebundledskills) setting, which disables every bundled skill except `/doctor`.",
    "fetchedAt": "2026-09-06T23:18:40.787Z"
  },
  {
    "id": "anthropic-skills-docs-5",
    "tier": "claimed-docs",
    "url": "https://code.claude.com/docs/en/skills.md",
    "excerpt": "`/run` and `/verify` work without setup. They infer the launch from your project type (CLI, server, TUI, browser-driven) and from what's in your README, `package.json`, or `Makefile`.",
    "fetchedAt": "2026-09-06T23:18:40.787Z"
  },
  {
    "id": "anthropic-skills-docs-6",
    "tier": "claimed-docs",
    "url": "https://code.claude.com/docs/en/plugins.md",
    "excerpt": "Create custom plugins to extend Claude Code with skills, agents, hooks, and MCP servers.",
    "fetchedAt": "2026-09-06T23:18:40.787Z"
  },
  {
    "id": "anthropic-skills-docs-7",
    "tier": "claimed-docs",
    "url": "https://code.claude.com/docs/en/plugins.md",
    "excerpt": "Plugins (self-contained directories with skills, agents, hooks, or a `.claude-plugin/plugin.json` manifest) | `/plugin-name:hello` | Sharing with teammates, distributing to community, versioned releases, reusable across projects",
    "fetchedAt": "2026-09-06T23:18:40.787Z"
  },
  {
    "id": "anthropic-skills-docs-8",
    "tier": "claimed-docs",
    "url": "https://code.claude.com/docs/en/plugin-marketplaces.md",
    "excerpt": "A **plugin marketplace** is a catalog that lets you distribute plugins to others. Marketplaces provide centralized discovery, version tracking, automatic updates",
    "fetchedAt": "2026-09-06T23:18:40.787Z"
  },
  {
    "id": "anthropic-skills-docs-9",
    "tier": "claimed-docs",
    "url": "https://code.claude.com/docs/en/plugin-marketplaces.md",
    "excerpt": "/plugin marketplace add ./my-marketplace /plugin install quality-review-plugin@my-plugins",
    "fetchedAt": "2026-09-06T23:18:40.787Z"
  },
  {
    "id": "anthropic-skills-docs-10",
    "tier": "claimed-docs",
    "url": "https://platform.claude.com/docs/en/build-with-claude/skills-guide.md",
    "excerpt": "You specify Skills in the `container` parameter with a `skill_id`, `type`, and optional `version`, and they run in the code execution environment.",
    "fetchedAt": "2026-09-06T23:18:40.787Z"
  },
  {
    "id": "anthropic-skills-docs-11",
    "tier": "claimed-docs",
    "url": "https://platform.claude.com/docs/en/build-with-claude/skills-guide.md",
    "excerpt": "Skill IDs | Short names: `pptx`, `xlsx`, `docx`, `pdf`",
    "fetchedAt": "2026-09-06T23:18:40.787Z"
  },
  {
    "id": "anthropic-skills-docs-12",
    "tier": "claimed-docs",
    "url": "https://platform.claude.com/docs/en/build-with-claude/skills-guide.md",
    "excerpt": "Availability | Available to all users | Private to your workspace",
    "fetchedAt": "2026-09-06T23:18:40.787Z"
  },
  {
    "id": "anthropic-skills-docs-13",
    "tier": "claimed-docs",
    "url": "https://raw.githubusercontent.com/anthropics/skills/HEAD/skills/skill-creator/SKILL.md",
    "excerpt": "A skill for creating new skills and iteratively improving them.",
    "fetchedAt": "2026-09-06T23:18:40.787Z"
  },
  {
    "id": "anthropic-skills-docs-14",
    "tier": "claimed-docs",
    "url": "https://raw.githubusercontent.com/anthropics/skills/HEAD/skills/skill-creator/SKILL.md",
    "excerpt": "benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy",
    "fetchedAt": "2026-09-06T23:18:40.787Z"
  },
  {
    "id": "anthropic-skills-docs-15",
    "tier": "claimed-docs",
    "url": "https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills",
    "excerpt": "Claude already knows a lot about understanding PDFs, but is limited in its ability to manipulate them directly (e.g. to fill out a form). This PDF skill lets us give Claude these new abilities.",
    "fetchedAt": "2026-09-06T23:18:40.787Z"
  },
  {
    "id": "anthropic-skills-docs-16",
    "tier": "claimed-docs",
    "url": "https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills",
    "excerpt": "skills can bundle additional files within the skill directory and reference them by name from `SKILL.md`.",
    "fetchedAt": "2026-09-06T23:18:40.787Z"
  },
  {
    "id": "anthropic-skills-gh-1",
    "tier": "github",
    "url": "https://github.com/anthropics/skills",
    "excerpt": "You can register this repository as a Claude Code Plugin marketplace by running the following command in Claude Code:\n\n/plugin marketplace add anthropics/skills\n",
    "fetchedAt": "2026-09-06T23:18:40.787Z"
  },
  {
    "id": "anthropic-skills-gh-2",
    "tier": "github",
    "url": "https://github.com/anthropics/skills",
    "excerpt": "These example skills are all already available to paid plans in Claude.ai.",
    "fetchedAt": "2026-09-06T23:18:40.787Z"
  },
  {
    "id": "anthropic-skills-gh-3",
    "tier": "github",
    "url": "https://github.com/anthropics/skills",
    "excerpt": "Skills are simple to create - just a folder with a `SKILL.md` file containing YAML frontmatter and instructions.",
    "fetchedAt": "2026-09-06T23:18:40.787Z"
  },
  {
    "id": "anthropic-skills-docs-17",
    "tier": "claimed-docs",
    "url": "https://agentskills.io/specification.md",
    "excerpt": "The required `description` field: Must be 1-1024 characters, Should describe both what the skill does and when to use it",
    "fetchedAt": "2026-09-06T23:18:40.787Z"
  },
  {
    "id": "anthropic-skills-docs-18",
    "tier": "claimed-docs",
    "url": "https://code.claude.com/docs/en/skills",
    "excerpt": "Create a SKILL.md file with instructions, and Claude adds it to its toolkit.",
    "fetchedAt": "2026-09-06T23:20:48.197Z"
  },
  {
    "id": "anthropic-skills-docs-19",
    "tier": "claimed-docs",
    "url": "https://code.claude.com/docs/en/skills",
    "excerpt": "To turn bundled skills off, use the [`disableBundledSkills`](/docs/en/settings-reference#disablebundledskills) setting, which disables every bundled skill except `/doctor`.",
    "fetchedAt": "2026-09-06T23:20:48.197Z"
  },
  {
    "id": "anthropic-skills-docs-20",
    "tier": "claimed-docs",
    "url": "https://code.claude.com/docs/en/skills.md",
    "excerpt": "Build and run your app to confirm a code change does what it should, without falling back to tests or type checks",
    "fetchedAt": "2026-09-06T23:20:48.197Z"
  },
  {
    "id": "anthropic-skills-docs-21",
    "tier": "claimed-docs",
    "url": "https://code.claude.com/docs/en/plugins.md",
    "excerpt": "Plugins let you extend Claude Code with custom functionality that can be shared across projects and teams. This guide covers creating your own plugins with skills, agents, hooks, and MCP servers.",
    "fetchedAt": "2026-09-06T23:20:48.197Z"
  },
  {
    "id": "anthropic-skills-docs-22",
    "tier": "claimed-docs",
    "url": "https://code.claude.com/docs/en/plugin-marketplaces.md",
    "excerpt": "/plugin install quality-review-plugin@my-plugins",
    "fetchedAt": "2026-09-06T23:20:48.197Z"
  },
  {
    "id": "anthropic-skills-docs-23",
    "tier": "claimed-docs",
    "url": "https://platform.claude.com/docs/en/build-with-claude/skills-guide.md",
    "excerpt": "Skills are specified using the `container` parameter in the Messages API. You can include up to 20 Skills for each request.",
    "fetchedAt": "2026-09-06T23:20:48.197Z"
  },
  {
    "id": "anthropic-skills-docs-24",
    "tier": "claimed-docs",
    "url": "https://platform.claude.com/docs/en/build-with-claude/skills-guide.md",
    "excerpt": "Upload and manage through the [Skills API](https://platform.claude.com/docs/en/api/skills/create)",
    "fetchedAt": "2026-09-06T23:20:48.197Z"
  },
  {
    "id": "anthropic-skills-docs-25",
    "tier": "claimed-docs",
    "url": "https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills",
    "excerpt": "If Claude thinks the skill is relevant to the current task, it will load the skill by reading its full `SKILL.md` into context.",
    "fetchedAt": "2026-09-06T23:20:48.197Z"
  },
  {
    "id": "anthropic-skills-gh-4",
    "tier": "github",
    "url": "https://github.com/anthropics/skills",
    "excerpt": "/plugin install document-skills@anthropic-agent-skills\n/plugin install example-skills@anthropic-agent-skills",
    "fetchedAt": "2026-09-06T23:20:48.197Z"
  },
  {
    "id": "anthropic-skills-docs-26",
    "tier": "claimed-docs",
    "url": "https://agentskills.io/specification.md",
    "excerpt": "A skill is a directory containing, at minimum, a `SKILL.md` file",
    "fetchedAt": "2026-09-06T23:20:48.197Z"
  },
  {
    "id": "anthropic-skills-docs-27",
    "tier": "claimed-docs",
    "url": "https://code.claude.com/docs/en/plugins.md",
    "excerpt": "The manifest file at `.claude-plugin/plugin.json` defines your plugin's identity: its name, description, and version.",
    "fetchedAt": "2026-09-06T23:22:21.697Z"
  },
  {
    "id": "anthropic-skills-docs-28",
    "tier": "claimed-docs",
    "url": "https://code.claude.com/docs/en/plugin-marketplaces.md",
    "excerpt": "A plugin marketplace is a catalog that lets you distribute plugins to others.",
    "fetchedAt": "2026-09-06T23:22:21.697Z"
  },
  {
    "id": "anthropic-skills-docs-29",
    "tier": "claimed-docs",
    "url": "https://raw.githubusercontent.com/anthropics/skills/HEAD/template/SKILL.md",
    "excerpt": "Replace with description of the skill and when Claude should use it.",
    "fetchedAt": "2026-09-06T23:22:21.697Z"
  },
  {
    "id": "anthropic-skills-docs-30",
    "tier": "claimed-docs",
    "url": "https://raw.githubusercontent.com/anthropics/skills/HEAD/skills/skill-creator/SKILL.md",
    "excerpt": "Create new skills, modify and improve existing skills, and measure skill performance.",
    "fetchedAt": "2026-09-06T23:22:21.697Z"
  },
  {
    "id": "anthropic-skills-docs-31",
    "tier": "claimed-docs",
    "url": "https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills",
    "excerpt": "skills can bundle additional files within the skill directory and reference them by name from `SKILL.md`",
    "fetchedAt": "2026-09-06T23:22:21.697Z"
  },
  {
    "id": "anthropic-skills-gh-5",
    "tier": "github",
    "url": "https://github.com/anthropics/skills",
    "excerpt": "To use any skill from this repository or upload custom skills, follow the instructions in [Using skills in Claude]",
    "fetchedAt": "2026-09-06T23:22:21.697Z"
  },
  {
    "id": "anthropic-skills-docs-32",
    "tier": "claimed-docs",
    "url": "https://agentskills.io/specification.md",
    "excerpt": "description: Extracts text and tables from PDF files, fills PDF forms, and merges multiple PDFs. Use when working with PDF documents or when the user mentions PDFs, forms, or document extraction.",
    "fetchedAt": "2026-09-06T23:22:21.697Z"
  },
  {
    "id": "anthropic-skills-docs-33",
    "tier": "claimed-docs",
    "url": "https://code.claude.com/docs/en/skills.md",
    "excerpt": "A file at `.claude/commands/deploy.md` and a skill at `.claude/skills/deploy/SKILL.md` both create `/deploy` and work the same way.",
    "fetchedAt": "2026-09-06T23:24:18.083Z"
  },
  {
    "id": "anthropic-skills-docs-34",
    "tier": "claimed-docs",
    "url": "https://code.claude.com/docs/en/skills",
    "excerpt": "frontmatter to [control whether you or Claude invokes them](#control-who-invokes-a-skill)",
    "fetchedAt": "2026-09-06T23:24:18.083Z"
  },
  {
    "id": "anthropic-skills-docs-35",
    "tier": "claimed-docs",
    "url": "https://code.claude.com/docs/en/plugins.md",
    "excerpt": "Plugins let you extend Claude Code with custom functionality that can be shared across projects and teams.",
    "fetchedAt": "2026-09-06T23:24:18.083Z"
  },
  {
    "id": "anthropic-skills-docs-36",
    "tier": "claimed-docs",
    "url": "https://code.claude.com/docs/en/plugin-marketplaces.md",
    "excerpt": "Marketplaces provide centralized discovery, version tracking, automatic updates, and support for multiple source types, including git repositories and local paths.",
    "fetchedAt": "2026-09-06T23:24:18.083Z"
  },
  {
    "id": "anthropic-skills-docs-37",
    "tier": "claimed-docs",
    "url": "https://platform.claude.com/docs/en/build-with-claude/skills-guide.md",
    "excerpt": "You can include up to 20 Skills for each request.",
    "fetchedAt": "2026-09-06T23:24:18.083Z"
  },
  {
    "id": "anthropic-skills-docs-38",
    "tier": "claimed-docs",
    "url": "https://platform.claude.com/docs/en/build-with-claude/skills-guide.md",
    "excerpt": "Short names: `pptx`, `xlsx`, `docx`, `pdf`",
    "fetchedAt": "2026-09-06T23:24:18.083Z"
  },
  {
    "id": "anthropic-skills-docs-39",
    "tier": "claimed-docs",
    "url": "https://platform.claude.com/docs/en/build-with-claude/skills-guide.md",
    "excerpt": "Upload and manage through the [Skills API]",
    "fetchedAt": "2026-09-06T23:24:18.083Z"
  },
  {
    "id": "anthropic-skills-gh-6",
    "tier": "github",
    "url": "https://github.com/anthropics/skills",
    "excerpt": "/plugin marketplace add anthropics/skills",
    "fetchedAt": "2026-09-06T23:24:18.083Z"
  },
  {
    "id": "anthropic-skills-gh-7",
    "tier": "github",
    "url": "https://github.com/anthropics/skills",
    "excerpt": "whether that's creating documents with your company's brand guidelines, analyzing data using your organization's specific workflows, or automating personal tasks.",
    "fetchedAt": "2026-09-06T23:24:18.083Z"
  },
  {
    "id": "anthropic-skills-docs-40",
    "tier": "claimed-docs",
    "url": "https://code.claude.com/docs/en/skills.md",
    "excerpt": "Teach `/run` and `/verify` how to build and launch your project",
    "fetchedAt": "2026-09-06T23:26:10.649Z"
  },
  {
    "id": "anthropic-skills-docs-41",
    "tier": "claimed-docs",
    "url": "https://code.claude.com/docs/en/plugins.md",
    "excerpt": "add a skill, and test it locally using the \\`--plugin-dir\\` flag",
    "fetchedAt": "2026-09-06T23:26:10.649Z"
  },
  {
    "id": "anthropic-skills-docs-42",
    "tier": "claimed-docs",
    "url": "https://platform.claude.com/docs/en/build-with-claude/skills-guide.md",
    "excerpt": "Short names: \\`pptx\\`, \\`xlsx\\`, \\`docx\\`, \\`pdf\\`",
    "fetchedAt": "2026-09-06T23:26:10.649Z"
  },
  {
    "id": "anthropic-skills-docs-43",
    "tier": "claimed-docs",
    "url": "https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills",
    "excerpt": "Skills extend Claude’s capabilities by packaging your expertise into composable resources for Claude, transforming general-purpose agents into specialized agents that fit your needs.",
    "fetchedAt": "2026-09-06T23:26:10.649Z"
  },
  {
    "id": "anthropic-skills-docs-44",
    "tier": "claimed-docs",
    "url": "https://agentskills.io/specification.md",
    "excerpt": "name: skill-name\ndescription: A description of what this skill does and when to use it.",
    "fetchedAt": "2026-09-06T23:26:10.649Z"
  },
  {
    "id": "anthropic-skills-docs-45",
    "tier": "claimed-docs",
    "url": "https://agentskills.io/specification.md",
    "excerpt": "Requires git, docker, jq, and access to the internet",
    "fetchedAt": "2026-09-06T23:26:10.649Z"
  },
  {
    "id": "anthropic-skills-docs-46",
    "tier": "claimed-docs",
    "url": "https://code.claude.com/docs/en/skills.md",
    "excerpt": "Your existing `.claude/commands/` files keep working.",
    "fetchedAt": "2026-09-16T00:35:30.394Z"
  },
  {
    "id": "anthropic-skills-docs-47",
    "tier": "claimed-docs",
    "url": "https://code.claude.com/docs/en/skills.md",
    "excerpt": "Claude Code skills follow the [Agent Skills](https://agentskills.io) open standard, which works across multiple AI tools.",
    "fetchedAt": "2026-09-16T00:35:30.394Z"
  },
  {
    "id": "anthropic-skills-docs-48",
    "tier": "claimed-docs",
    "url": "https://code.claude.com/docs/en/plugin-marketplaces.md",
    "excerpt": "A **plugin marketplace** is a catalog that lets you distribute plugins to others.",
    "fetchedAt": "2026-09-16T00:35:30.394Z"
  },
  {
    "id": "anthropic-skills-docs-49",
    "tier": "claimed-docs",
    "url": "https://platform.claude.com/docs/en/build-with-claude/skills-guide.md",
    "excerpt": "This guide shows you how to use both pre-built and custom Skills with the Claude API.",
    "fetchedAt": "2026-09-16T00:35:30.394Z"
  },
  {
    "id": "anthropic-skills-docs-50",
    "tier": "claimed-docs",
    "url": "https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills",
    "excerpt": "organized folders of instructions, scripts, and resources that agents can discover and load dynamically to perform better at specific tasks",
    "fetchedAt": "2026-09-16T00:35:30.394Z"
  },
  {
    "id": "anthropic-skills-gh-8",
    "tier": "github",
    "url": "https://github.com/anthropics/skills",
    "excerpt": "whether that's creating documents with your company's brand guidelines, analyzing data using your organization's specific workflows, or automating personal tasks",
    "fetchedAt": "2026-09-16T00:35:30.394Z"
  },
  {
    "id": "anthropic-skills-docs-51",
    "tier": "claimed-docs",
    "url": "https://agentskills.io/specification.md",
    "excerpt": "The `SKILL.md` file must contain YAML frontmatter followed by Markdown content.",
    "fetchedAt": "2026-09-16T00:35:30.394Z"
  },
  {
    "id": "anthropic-skills-docs-52",
    "tier": "claimed-docs",
    "url": "https://agentskills.io/specification.md",
    "excerpt": "scripts/          # Optional: executable code\nreferences/       # Optional: documentation\nassets/           # Optional: templates, resources",
    "fetchedAt": "2026-09-16T00:35:30.394Z"
  },
  {
    "id": "anthropic-skills-comm-1",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/45619537",
    "excerpt": "Github MCP: 39 tools, 30K tokens - had to disable it. Asked if anyone has a good SKILLS.md file to study.",
    "fetchedAt": "2026-09-06T23:27:51.811Z"
  },
  {
    "id": "anthropic-skills-comm-2",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/45619537",
    "excerpt": "I've switched a few MCP servers to just scripts because they were taking like 20% of the context just by being there. Now, I can ask the model to use X script, which it reads and uses only if needed.",
    "fetchedAt": "2026-09-06T23:27:51.811Z"
  },
  {
    "id": "anthropic-skills-comm-3",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/45619537",
    "excerpt": "A skill is a markdown & yaml file on your filesystem... but skills don't cover a lot of the functionality that MCP offers.",
    "fetchedAt": "2026-09-06T23:27:51.811Z"
  },
  {
    "id": "anthropic-skills-comm-4",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/45619537",
    "excerpt": "I've read through the Skill docs and it looks like something I've been doing all along - though I informally referred to it as the 'Table of Contents' approach... less of a breakthrough and more an iterative improvement.",
    "fetchedAt": "2026-09-06T23:27:51.811Z"
  },
  {
    "id": "anthropic-skills-comm-5",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/45619537",
    "excerpt": "So far I am in the skeptic camp on this. I don't see it adding a lot of value to my current claude code workflow which already includes specialized agents and a custom mcp... I also think 'skills' is a bad name.",
    "fetchedAt": "2026-09-06T23:27:51.811Z"
  },
  {
    "id": "anthropic-skills-comm-6",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/46871173",
    "excerpt": "Experimenting with skills over the last few months has completely changed the way I think about using LLMs... I have gone from thinking of LLMs and agents as a feature to thinking of them as a user of what we are building.",
    "fetchedAt": "2026-09-06T23:27:51.811Z"
  },
  {
    "id": "anthropic-skills-comm-7",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/46871173",
    "excerpt": "Vercel found: In 56% of eval cases, the skill was never invoked. The agent had access to the documentation but didn't use it. Adding the skill produced no improvement over baseline.",
    "fetchedAt": "2026-09-06T23:27:51.811Z"
  },
  {
    "id": "anthropic-skills-comm-8",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/46871173",
    "excerpt": "I have an incredibly hard time getting them to use Skills at all, even when asked. I saw someone's analysis finding their agents were more accurate when just dumping the skill context directly into AGENTS.md.",
    "fetchedAt": "2026-09-06T23:27:51.811Z"
  },
  {
    "id": "anthropic-skills-comm-9",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/46871173",
    "excerpt": "Same, I have a bunch of skills defined with proper YAML headers and semantic triggers... it's hit or miss if it picks up on the skill -- usually I have to say there is a skill with this go and use it.",
    "fetchedAt": "2026-09-06T23:27:51.811Z"
  },
  {
    "id": "anthropic-skills-comm-10",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/46871173",
    "excerpt": "If you can write a bash or python script, or an API or MCP to do what you want, then write it and include it in the skill. Keep top-level context (claude.md) as 'information about information' and put specifics in skills.",
    "fetchedAt": "2026-09-06T23:27:51.811Z"
  },
  {
    "id": "anthropic-skills-comm-11",
    "tier": "community",
    "url": "https://hn.algolia.com/api/v1/items/46871173",
    "excerpt": "That's also what Vercel found... Skills aren't useless... Skills work better for vertical, action-specific workflows that users explicitly trigger.",
    "fetchedAt": "2026-09-06T23:27:51.811Z"
  },
  {
    "id": "anthropic-skills-probe-1",
    "tier": "probe",
    "url": "https://code.claude.com/llms.txt",
    "excerpt": "PROBE llms.txt: HTTP 200 at https://code.claude.com/llms.txt # Claude Code Docs\n\n> Official documentation for Claude Code, Anthropic's agentic coding tool available in the terminal,",
    "fetchedAt": "2026-09-16T00:35:32.705Z"
  },
  {
    "id": "anthropic-skills-probe-2",
    "tier": "probe",
    "url": "https://code.claude.com/docs/en/skills.md",
    "excerpt": "PROBE docs-md: HTTP 200 at https://code.claude.com/docs/en/skills.md > ## Documentation Index\n> Fetch the complete documentation index at: https://code.claude.com/docs/llms.txt\n> Use this f",
    "fetchedAt": "2026-09-16T00:35:32.705Z"
  }
]
