⚙️
Automation

Absolute Init

by maddhruv

Absolute Init is an Automation skill for Claude Code, published by maddhruv in absolute.

209 stars29 forkson maddhruv/absoluteAdded 2026/09/04Repository updated 2026/07/06
claudeclaude-codeclaude-skillscodexdocumentationgeminimarketingmemoryproduct-managementseoskillssoftware
Install in seconds
Install Absolute Init
Copy Absolute Init into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/maddhruv/absolute/tree/main/skills/absolute-init ~/.claude/skills/absolute-init

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/maddhruv/absolute.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/absolute-init/SKILL.md in maddhruv/absolute
Installs to
~/.claude/skills/absolute-init
Collection
One of 11 skills cataloged from this repository
Category
Automation1860 skills

What Absolute Init does

Absolute Init detects a repo’s conventions, asks a few setup questions, and writes shared and local config for other absolute commands. Use it the first time in a project or when conventions change.

Absolute Init is cataloged under Automation on DirSkills. Absolute Init comes from a repository tagged claude, claude-code, claude-skills, codex and documentation.

Documentation

README

"set up / initialize / configure absolute"). Start your first response with the ⚙️ emoji.

Absolute Init

One-time setup. Detect the project's real conventions, ask a few questions about how you want absolute to behave, then write that to JSON config the other ten commands read on every run. Result: commands stop re-detecting your stack from scratch and respect your preferences (output style, gating, TDD strictness) without being told each time.

This is the only command that writes config. It is non-destructive: an existing config is shown and updated, never blindly overwritten. It never commits.


When to use

This is the opening of the README. Read the full README on GitHub.

Commands Absolute Init provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /fumadocs
  • /absolute
  • /absolute-upgrade

Frequently asked about Absolute Init

  • What else does maddhruv publish alongside Absolute Init?

    Absolute Init is one of 11 skills that DirSkills catalogs from maddhruv/absolute, the repository it ships in. Its siblings there include Absolute Audit, Absolute Debt and Absolute Deflake. Each one is a separate skill with its own page in this directory, installs the same way Absolute Init does, and is maintained by maddhruv in that same repository. The rest of the collection is listed on the maddhruv/absolute page.

  • How does Absolute Init compare to other Automation skills?

    Absolute Init ranks #1706 by stars among the 1860 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Absolute Init against them. Open each page to compare what they document and how they install.

More from maddhruv/absolute

Absolute Init is one of 11 skills cataloged on DirSkills from maddhruv/absolute.

See all 11 skills
🔒
2h ago

Absolute Audit

Absolute Audit scans a repository for dependency CVEs and risky code patterns, then triages and fixes the issues worth addressing. Use it to harden your own codebase after a disclosure or as part of routine security hygiene.
Quality
20929
🧾
2h ago

Absolute Debt

Absolute Debt clears pre-existing lint, type, and suppression debt across a repo on green main. Use it to burn down warnings, errors, and ignores in safe waves, one rule at a time, with tests passing after each wave.
Quality
20929
🧪
2h ago

Absolute Deflake

Absolute Deflake finds nondeterministic tests, diagnoses the root cause, and fixes the source of flakiness. Use it when CI is flaky or a test fails intermittently, then verify the fix with repeated randomized runs.
Quality
20929
📚
2h ago

Absolute Docs

Absolute Docs helps write, improve, or audit developer documentation using Diátaxis. It checks the docs stack, gates on outlines, and verifies claims against code before publishing.
Writing
20929
✂️
2h ago

Absolute Prune

Absolute Prune removes dead code, unused dependencies, unreferenced exports, unreachable branches, and orphaned files from the whole repo. It is used on green main and verifies each removal with tool evidence and tests before deleting anything.
Quality
20929
🧹
2h ago

Absolute Simplify

Absolute Simplify cleans up staged, unstaged, or targeted code changes without changing behavior. It reduces complexity, removes redundancy, flattens nesting, and runs tests to confirm the edits still work.
Quality
20929