
Second Brain Skills
github.com/coleam00/second-brain-skills- Category
- Productivity
- Rank
- No. 1371Tools index
Previous survey · No. 1376 ·
- Pricing
- Open Source
- Type
- TOOL
- Builder
- coleam00
- GitHub
- 820 stars
- Date
About
Cole Medin's collection of Claude skills that turn Claude Code into a second-brain workspace — knowledge capture, retrieval, and synthesis.
What it does
It supplies task-specific playbooks and scripts for branded presentations, operational documentation, videos, external tool connections, and building new Claude skills. Claude loads detailed guidance only when a request triggers the relevant domain, then draws on bundled references, assets, or executable helpers as needed.
Why it's ranked here
The collection pairs clear operating rules with working automation. Presentation layouts encode content limits and selection guidance, the MCP client supports several transports, and the skill toolkit validates and packages extensions. Its strongest value is practical structure, though several components still expect local configuration and manual customization.
What's good
The presentation system teaches when each layout fits, caps content to readable amounts, and provides reusable Python generators. Brand settings can feed both slides and writing guidance. The MCP client discovers servers, exposes tool schemas, and returns structured JSON. Skill creation includes scaffolding, frontmatter validation, and distributable packaging.
Tradeoffs
This is a collection of guided workflows, not a unified knowledge database or search engine. Presentation templates contain replacement values that must be filled before use, while chart colors retain PowerPoint defaults unless deeper styling is added. External connections require users to supply server configuration and credentials. Some included capabilities also depend on separate tools such as Remotion, React, and PowerPoint generation libraries.
How to use it well
Use it when Claude Code already anchors your work and you repeatedly create branded decks, operational documents, videos, or external tool workflows. Establish brand and voice settings first, then invoke individual skills as tasks arise. Record integration quirks after testing each server. Look elsewhere if the core need is persistent knowledge storage, indexing, or a standalone retrieval interface.
Technical notes+
The executable surface is primarily Python. .claude/skills/mcp-client/scripts/mcp_client.py implements JSON-output CLI commands for listing servers, listing tool schemas, and calling tools over stdio, SSE, streamable HTTP, or FastMCP with Bearer authentication. .claude/skills/skill-creator/scripts/init_skill.py scaffolds skill resources, .claude/skills/skill-creator/scripts/quick_validate.py checks YAML frontmatter and naming constraints, and .claude/skills/skill-creator/scripts/package_skill.py validates before producing a ZIP-format .skill archive. Presentation generators such as .claude/skills/pptx-generator/cookbook/chart-slide.py declare Python 3.11 or newer and pin python-pptx==1.0.2; the chart template explicitly leaves full chart styling to PowerPoint theme defaults.
Observed
- Primary language
- Python is used for the supplied MCP client, skill tooling, and presentation generators.
- Main interface
- Claude Code skills triggered by natural-language task requests.
- CLI interface
- The MCP client lists configured servers, lists tool schemas, and executes tools with JSON arguments.
- MCP transports
- Supports local stdio, SSE, streamable HTTP, and FastMCP Bearer-authenticated connections.
- Packaging
- Skill folders are validated and packaged as ZIP-format .skill archives.
- Presentation runtime
- Supplied presentation scripts require Python 3.11 or newer and pin python-pptx 1.0.2.
- Skill structure
- Skills may bundle executable scripts, on-demand references, and output assets.
Read from README.md, .claude/skills/pptx-generator/generate-cookbook-preview.py, .claude/skills/mcp-client/scripts/mcp_client.py, .claude/skills/skill-creator/scripts/init_skill.py, .claude/skills/pptx-generator/cookbook/code-slide.py, .claude/skills/pptx-generator/cookbook/chart-slide.py, .claude/skills/pptx-generator/cookbook/quote-slide.py, .claude/skills/pptx-generator/cookbook/stats-slide.py, .claude/skills/pptx-generator/cookbook/title-slide.py, .claude/skills/skill-creator/scripts/package_skill.py, .claude/skills/skill-creator/scripts/quick_validate.py, .claude/skills/pptx-generator/cookbook/closing-slide.py, .claude/skills/pptx-generator/cookbook/content-slide.py, .claude/skills/pptx-generator/cookbook/multi-card-slide.py.
What it can do
Capture knowledge from various sources
Text, documents, or information → Structured knowledge entries
Retrieve stored knowledge
Search queries or keywords → Relevant knowledge items
Synthesize information from multiple sources
Multiple knowledge entries or topics → Combined insights and connections
Convert Claude Code into workspace tools
Claude Code scripts → Functional second-brain workspace components
Organize knowledge into structured formats
Raw information or notes → Categorized and tagged knowledge base
Generate insights from stored knowledge
Knowledge base queries → Analysis and patterns from stored information
Tags
Tech Stack
Comments (0)
No comments yet
Editorially curated, with community endorsements as a secondary signal. Corrections welcome.