Agentic Skills — Documentation skill for Claude Code
Agent skills for R, bioinformatics, and scientific documentation.
How to install Agentic Skills
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open wolf5996/agentic-skills and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Agentic Skills does
Agent skills for R, bioinformatics, and scientific documentation. Works with Claude Code and Codex.
Alternatives in Documentation
- Doc Co-authoring — Guide users through structured workflow for co-authoring documentation 94.1k ★
- Context7 — claude-plugins-official Up-to-date library documentation lookup 50.1k ★
- 会话管理(Session Manager)需求文档(PRD / Markdown) — 目标:对 Codex / Claude Code 的本地会话记录进行可视化管理,并提供“一键复制 / 一键终端恢复”能力 31.7k ★
README
Agentic Skills for R & Bioinformatics
Opinionated agent skills for single-cell RNA-seq analysis, R package development, and scientific documentation. Built for bioinformatics workflows using Seurat, Bioconductor, tidyverse, and Quarto.
These skills encode specific conventions, patterns, and quality standards that AI coding agents follow when working on your projects. They are deliberately opinionated — fork and adapt them to your own workflow.
Supported Agents
This repository works with both **Claude Code** and **Codex**. Each tool discovers skills differently:
- Claude Code reads
SKILL.mdfiles directly from~/.claude/skills/, using YAML frontmatter (name,description) to determine when to load each skill. - Codex reads
SKILL.mdfiles from~/.codex/skills/and usesagents/openai.yamlmetadata for interface display names, descriptions, and default prompts.
Both tools share the same skill content (`SKILL.md`). The `agents/` subdirectories are Codex-specific and harmless to Claude Code — they are simply ignored.
What Are Skills?
Skills are markdown files (`SKILL.md`) that teach an AI agent domain-specific conventions. When the agent detects a relevant task (e.g., editing a `.qmd` file), it loads the matching skill and follows its rules. Skills live in the agent's skills directory as subdirectories, each containing a `SKILL.md` file and optionally an `agents/openai.yaml` for Codex metadata.
Codex Agent Metadata
Each skill may include an `agents/openai.yaml` file that provides Codex-specific UI metadata:
display_name— how the skill appears in Codex's interfaceshort_description— tooltip text shown when browsing skillsdefault_prompt— the prompt template Codex uses when invoking the skill
Claude Code does not use these files; it reads the YAML frontmatter in `SKILL.md` directly. The `agents/` directories are committed to the shared repo so both tools stay in sync, but they only affect Codex behavior.
Skills
Related Skills
Claude Code Ultimate Guide
by Florian BRUNIAUX - A tremendous feat of documentation, this guide covers Claude Code from beginner to power
Unix Conventions
An agentic skill to document and structure code in the UNIX tradition. Credit to TAOUP (included in documentat
Xcloud Agent Skills
Portable skills for xCloud agent workflows. Works with Claude Code, OpenCode, and any agent that reads markdow
Create Project Markdown
This tool reads an entire directory of source files and creates a single markdown file. I use it to easily imp
Claude Lore Skill
LORE.md chronicle pattern for projects — a /lore scribe skill plus the CLAUDE.md upkeep rule that keeps the ch
Open Source
Agent skill (Claude Code, OpenCode) that generates a project's complete open source governance: README, LICENS
Related Agents
Paper Auditor
Use when the user provides a complete scientific paper (.tex) and wants a full content audit: Introduction, Li
Agentic Malware Analysis
Agentic malware analysis environment with MCP-connected disassemblers, RE tooling, and structured workflows fo
Science Writer
Expert scientific writer and editor for publication-quality manuscripts, revision strategy, peer review, and r