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-seekersor expose the bundle throughskills.external_dirs. - Claude Code: install under
~/.claude/skills/skill-seekersor<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
- Inspect the exact source and record its URL, revision, file, or document identity.
- Extract only stable workflows, schemas, commands, and domain rules.
- Separate concise trigger/procedure instructions into
SKILL.md. - Put detailed source material in
references/, deterministic helpers inscripts/, and reusable templates inassets/. - Replace source-specific tool names with capability-based instructions for Codex, Hermes, and Claude.
- Add source traceability and author metadata.
- 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.