emacs-info
Emacs Info documentation system. Navigate and query Info manuals for Emacs, Elisp, and GNU tools.
Best use case
emacs-info is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Emacs Info documentation system. Navigate and query Info manuals for Emacs, Elisp, and GNU tools.
Teams using emacs-info should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/emacs-info/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How emacs-info Compares
| Feature / Agent | emacs-info | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Emacs Info documentation system. Navigate and query Info manuals for Emacs, Elisp, and GNU tools.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
# 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 ✓ ``` ## Scientific Skill Interleaving This skill connects to the K-Dense-AI/claude-scientific-skills ecosystem: ### Graph Theory - **networkx** [○] via bicomodule - Universal graph hub ### Bibliography References - `general`: 734 citations in bib.duckdb ## Cat# Integration This skill maps to **Cat# = Comod(P)** as a bicomodule in the equipment structure: ``` Trit: 0 (ERGODIC) Home: Prof Poly Op: ⊗ Kan Role: Adj Color: #26D826 ``` ### GF(3) Naturality The skill participates in triads satisfying: ``` (-1) + (0) + (+1) ≡ 0 (mod 3) ``` This ensures compositional coherence in the Cat# equipment structure.
Related Skills
implementing-security-information-sharing-with-stix2
Create, validate, and share STIX 2.1 threat intelligence objects using the stix2 Python library. Covers indicators, malware, campaigns, relationships, bundles, and TAXII 2.1 publishing.
implementing-iso-27001-information-security-management
ISO/IEC 27001:2022 is the international standard for establishing, implementing, maintaining, and continually improving an Information Security Management System (ISMS). This skill covers the complete
hy-emacs
Hylang Emacs integration with hy-mode, Hyuga LSP, and DisCoPy sexp coloring
emacs
Emacs ecosystem = elisp + org + gnus + tramp + eglot.
emacs-color-chain
Control Emacs via deterministic Gay-MCP color chains — seed-derived palettes drive buffer themes, mode-line, org headers, and window focus
zx-calculus
Coecke's ZX-calculus for quantum circuit reasoning via string diagrams with Z-spiders (green) and X-spiders (red)
zulip-cogen
Zulip Cogen Skill 🐸⚡
zls-integration
zls-integration skill
zig
zig skill
zig-syrup-bci
Multimodal BCI pipeline in Zig: DSI-24 EEG, fNIRS mBLL, eye tracking IVT, LSL sync, EDF read/write, GF(3) conservation
zig-programming
zig-programming skill
zeroth-bot
Zeroth Bot - 3D-printed open-source humanoid robot platform for sim-to-real and RL research. Affordable entry point for humanoid robotics.