Emacs Info documentation system. Navigate and query Info manuals for Emacs, Elisp, and GNU tools.
Scanned 9/6/2026
Install to Claude Code
npx -y skills add plurigrid/asi --skill emacs-info --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Emacs Info?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/plurigrid-emacs-info-asi)More formats (shields.io, HTML) on the badges page.
---
name: emacs-info
description: "Emacs Info documentation system. Navigate and query Info manuals for Emacs, Elisp, and GNU tools."
metadata:
trit: 0
version: "1.0.0"
bundle: documentation
---
# Emacs Info Skill
**Trit**: 0 (ERGODIC - documentation mediates between learning and doing)
**Foundation**: GNU Info + Emacs integration
## Core Concept
Info is the hypertext documentation format for GNU:
- Structured nodes and menus
- Cross-references between manuals
- Index-based search
## Emacs Commands
```elisp
;; Open Info browser
M-x info
;; Go to specific manual
(info "elisp")
(info "emacs")
(info "org")
;; Search index
M-x info-apropos RET <query> RET
;; Navigate
n - next node
p - previous node
u - up
l - back (history)
```
## Standalone Info
```bash
# Read manual
info emacs
info elisp
# Search
info --apropos=regexp
```
## GF(3) Integration
```elisp
(defun gay-info-trit (node)
"Return trit based on Info node type."
(cond
((string-prefix-p "Function" node) -1) ; MINUS: constraint
((string-prefix-p "Variable" node) 0) ; ERGODIC: state
((string-prefix-p "Command" node) 1))) ; PLUS: action
```
## Canonical Triads
```
proofgeneral-narya (-1) ⊗ emacs-info (0) ⊗ xenodium-elisp (+1) = 0 ✓
slime-lisp (-1) ⊗ emacs-info (0) ⊗ geiser-chicken (+1) = 0 ✓
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Create Mermaid diagrams for flowcharts, sequences, ERDs, and
Understand the components, mechanics, and constraints of context in agent systems. Use when designing agent architectures, debugging context-related failures, or optimizing context usage.
Draft release notes and changelog entries from git history or merged PRs between two refs (tags/SHAs/branches), including breaking changes, migrations, and upgrade steps. Use when the user asks for release notes, changelog updates, or a GitHub Release draft.
Documentation style guide enforcer by @planetabhi. Applies and reviews the writing style guide when authoring or editing product documentation and tutorials. Use to check prose for voice, tense, word choice, inclusive language, formatting, code block, UI, Markdown, and number/date conventions.
Quick-reference card for all caveman modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /caveman-help, "caveman help", "what caveman commands", "how do I use caveman".