SecondBrain
01Settings file Claude Code
Agent settings declaring 2 allowed tools.
Settings file Claude Code
Agent settings declaring 2 allowed tools.
Skill Claude CodeCodex
Work through open findings in the latest lint report one at a time — propose a fix, apply on approval, skip on rejection.
Skill Claude CodeCodex
Apply targeted edits to one or more wiki articles from a natural-language instruction, preserving structural invariants.
Skill Claude CodeCodex
Continue an existing conversation thread by re-reading the wiki and appending a follow-up answer to the thread file.
Skill Claude CodeCodex
Import a specific document from your configured Craft space into raw/craft/. Always target a specific Folder/DocumentName — no bulk import.
Skill Claude CodeCodex
Import a file of any supported type (PDF, image, .txt/.md) into the vault's raw/ directory, ready for ingestion.
Skill Claude CodeCodex
Accept pasted markdown content directly and write it as a raw source file into raw/, ready for ingestion.
Skill Claude CodeCodex
Extract text from a PDF, convert it to markdown, and write the result into raw/pdf/, ready for ingestion.
Skill Claude CodeCodex
Import a webpage by URL into raw/web/. Fetches with WebFetch, converts to clean Markdown, stores with provenance. Falls back to a paste-Markdown mode for paywalled or unfetchable pages.
Skill Claude CodeCodex
Read new or changed files in raw/, synthesise content into wiki/ topic articles, rebuild INDEX.md, and update the ingest manifest.
Skill Claude CodeCodex
Scan wiki/ for quality issues — contradictions, unsupported claims, and content gaps — and save a structured report to outputs/.
Skill Claude CodeCodex
Answer a natural-language question by synthesising content from wiki/, and save the response to outputs/.
Skill Claude CodeCodex
Initialize or update the Second Brain vault — creates folder structure, declares interests, configures Craft import scope, and generates CLAUDE.md.
Skill Claude CodeCodex
Perform a non-destructive cross-artifact consistency and quality analysis across spec.md, plan.md, and tasks.md after task generation.
Skill Claude CodeCodex
Generate a custom checklist for the current feature based on user requirements.
Skill Claude CodeCodex
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
Skill Claude CodeCodex
Create or update the project constitution from interactive or provided principle inputs, ensuring all dependent templates stay in sync.
Skill Claude CodeCodex
Auto-commit changes after a Spec Kit command completes.
Skill Claude CodeCodex
Create a feature branch with sequential or timestamp numbering.
Skill Claude CodeCodex
Initialize a Git repository with an initial commit.
Skill Claude CodeCodex
Detect Git remote URL for GitHub integration.
Skill Claude CodeCodex
Validate current branch follows feature branch naming conventions.
Skill Claude CodeCodex
Execute the implementation plan by processing and executing all tasks defined in tasks.md.
Skill Claude CodeCodex
Execute the implementation planning workflow using the plan template to generate design artifacts.