Skill_Seekers CLAUDE.md

Skill_Seekers CLAUDE.md is an instructions file for coding agents from yusufkaraaslan/Skill_Seekers. It costs 5,387 tokens per session, scanned A, original, MIT.

Project instructions for using Skill Seekers with Claude Code, an AI coding assistant, in a Python project.

In plain words
What is it for?
Installing the project, running tests, understanding its architecture, and following repository-specific development commands.
Why use it?
They explain the required setup and testing rules so changes are made and checked consistently.

Instructions file

About the project

Skill Seekers converts documentation, code repositories, PDFs, videos, notebooks, and other sources into structured knowledge assets for AI skills, retrieval systems, and coding assistants. Developers use it to prepare source material for tools such as Claude, Gemini, OpenAI, LangChain, LlamaIndex, Cursor, Windsurf, and Cline, with exports for multiple targets. The catalogue entries provide skills, commands, instructions, an MCP integration, and a plugin for using the project.

yusufkaraaslan/Skill_Seekers · 14,911 stars · on GitHub

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/yusufkaraaslan/skill_seekers/claude-md
Clone the repo
git clone --depth 1 https://github.com/yusufkaraaslan/Skill_Seekers

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for Skill_Seekers CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/yusufkaraaslan/skill_seekers/claude-md.svg)](https://agentmods.dev/instructions/yusufkaraaslan/skill_seekers/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/yusufkaraaslan/skill_seekers/claude-md"><img src="https://agentmods.dev/badge/instructions/yusufkaraaslan/skill_seekers/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 5,387 This file is loaded in full into every session.
When invoked 5,387 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.05387 $0.05387
Opus 5 $0.02694 $0.02694
Sonnet 5 $0.01077 $0.01077
Haiku 4.5 $0.00539 $0.00539

Measured 5d ago against content hash d7d9401f7d50, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

Skill_Seekers CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 295 lines

How it starts

The opening of the file, as written. The whole thing — 295 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Project Overview

Skill Seekers converts documentation from 18 source types into production-ready formats for 21+ AI platforms (LLM platforms, RAG frameworks, vector databases, AI coding assistants). Published on PyPI as skill-seekers.

Version: 3.9.0 (dev; last release 3.8.0) — source of truth is src/skill_seekers/_version.py | Python: 3.10+ | Website: https://skillseekersweb.com/

Architecture: See docs/UML_ARCHITECTURE.md for UML diagrams and module overview. StarUML project at docs/UML/skill_seekers.mdj. Refactor state/history: docs/UNIFICATION_PLAN.md (Grand Unification — all 5 phases done; remaining cosmetic items listed there).

Essential Commands

# REQUIRED before running tests or CLI (src/ layout)
pip install -e .

# Run all tests (NEVER skip - all must pass before commits)
pytest tests/ -v

# Fast iteration (skip slow MCP tests ~20min)
pytest tests/ --ignore=tests/test_mcp_fastmcp.py --ignore=tests/test_mcp_server.py --ignore=tests/test_install_skill_e2e.py -q

# Single test
pytest tests/test_scraper_features.py::test_detect_language -vv -s

# Code quality (must pass before push - matches CI)
uvx ruff check src/ tests/
uvx ruff format --check src/ tests/
mypy src/skill_seekers  # continue-on-error in CI

# Auto-fix lint/format issues
uvx ruff check --fix --unsafe-fixes src/ tests/
uvx ruff format src/ tests/

# Build & publish
uv build
uv publish

CI Matrix

Runs on push/PR to main or development. Lint job (Python 3.12, Ubuntu) + Test job (Ubuntu + macOS, Python 3.10/3.11/3.12, excludes macOS+3.10). Both must pass for merge.

Git Workflow

  • Main branch: main (requires tests + 1 review)
  • Development branch: development (default PR target, requires tests)
  • Feature branches: feature/{task-id}-{description} from development
  • PRs always target development, never main directly

Read the full file on GitHub · 295 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 295 lines · 5,387 tokens per session scan A d7d9401f7d50

Subscribe to this mod's changes

Skill_Seekers CLAUDE.md is an instructions file published in the GitHub repository yusufkaraaslan/Skill_Seekers (14,911 stars, last pushed 5d ago), licensed MIT. It adds 5,387 tokens to every session, about $0.0269 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other instructions, from other repositories

claude-for-designers CLAUDE.md

Instructions for mshadmanrahman/claude-for-designers, covering claude for designers: how to work in this folder, what this folder is, when the student asks about the folder, orient them, work out which class they are on before you answer and answer keys: never open one unasked.

mshadmanrahman/claude-for-designers · 4,346 tokens

claude-code-skill-factory CLAUDE.md

Instructions for alirezarezvani/claude-code-skill-factory, covering claude.md - skills factory orchestration, repository purpose, modular claude.md architecture, navigation map and repository structure.

alirezarezvani/claude-code-skill-factory · 2,306 tokens

sparX CLAUDE.md

Instructions for Epistates/sparX, covering sparx — x post optimization system, how this project works, phoenix algorithm — essential context, the scoring formula and critical rules (violating these kills reach).

Epistates/sparX · 1,345 tokens

platform-skills copilot-instructions.md

Copilot instructions for nitinjain999/platform-skills, covering platform engineering instructions for github copilot, version: 1.40.0, source: https://github.com/nitinjain999/platform-skills, response contract and core principles.

nitinjain999/platform-skills · 3,564 tokens

claude-code-toolkit CLAUDE.md

Claude Code instructions for robertguss/claude-code-toolkit, covering claude.md, project overview, build commands, package a single skill for claude.ai upload and package all skills.

robertguss/claude-code-toolkit · 617 tokens

slideops CLAUDE.md

Claude Code instructions for glukicov/slideops, covering claude.md, what this repository is, commands, the demo deck's citations must still match this repo and the citation mechanism (the core idea).

glukicov/slideops · 1,321 tokens