# Skill Seekers

> Convert documentation websites, GitHub repositories, PDFs, and reference sets into portable Agent Skills with source traceability and validation.

- Skill: `rylaispirit/skill-seekers` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add rylaispirit/skill-seekers`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rylaispirit/skill-seekers/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: Rylaispirit (https://skillmd.com/u/rylaispirit)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/rylaispirit/skill-seekers

---


> Rylai Codex-Hermes-Claude Edition | Maintained and adapted by Rylai

## Runtime Compatibility

- Codex: install under `~/.agents/skills/skill-seekers`.
- Hermes: install under `~/.hermes/skills/skill-seekers` or expose the bundle through `skills.external_dirs`.
- Claude Code: install under `~/.claude/skills/skill-seekers` or `<project>/.claude/skills/skill-seekers`.
- Claude.ai and Cowork: upload and enable the matching per-skill ZIP.
- Resolve bundled files relative to this skill directory; do not depend on paths from another machine.
- Check tools, packages, credentials, network access, and runtime capabilities before execution.

# Source-To-Skill Converter

Turn a documentation site, GitHub repository, PDF, or supplied reference set into a portable Agent Skill.

## Workflow

1. Inspect the exact source and record its URL, revision, file, or document identity.
2. Extract only stable workflows, schemas, commands, and domain rules.
3. Separate concise trigger/procedure instructions into `SKILL.md`.
4. Put detailed source material in `references/`, deterministic helpers in `scripts/`, and reusable templates in `assets/`.
5. Replace source-specific tool names with capability-based instructions for Codex, Hermes, and Claude.
6. Add source traceability and author metadata.
7. Validate the package and forward-test it on realistic prompts.

## Integrity Rules

- Do not copy secrets, credentials, session data, or private identifiers.
- Do not fabricate missing files or claim examples are verified facts.
- Respect source licenses and retain required attribution.
- Mark unavailable integrations and dependencies explicitly.

