BeClaude

db-skill

New
1knpmGeneralMIT

Claude Code skill for automatic Notion-based development knowledge tracking

First seen 5/26/2026

Summary

This skill automatically tracks development knowledge in Notion by capturing code decisions, architecture notes, and technical context as you work in Claude Code.

  • It helps teams maintain a living knowledge base without manual documentation effort.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/db-skill.md

3
Invoke with @agent-name
@db-skill

Use Cases

Automatically log architectural decisions and rationale to a Notion database during a coding session.
Capture code snippets and explanations for complex algorithms or workarounds you implement.
Record troubleshooting steps and solutions for bugs you encounter and fix.
Document API design choices and endpoint specifications as you build them.
Save context about why certain dependencies or libraries were chosen for a project.
Track evolving requirements and feature decisions over the course of a sprint.

Usage Examples

1

/db-skill log 'We decided to use Redis for caching because it supports TTL and pub/sub.'

2

/db-skill capture 'The pagination logic uses cursor-based pagination to avoid offset performance issues.'

3

/db-skill summarize 'What architectural decisions were made in the last session?'

View source on GitHub
claude-codenotionskillknowledge-base

Security Audits

LicensePassSourceWarnRepositoryPass

Frequently Asked Questions

What is db-skill?

This skill automatically tracks development knowledge in Notion by capturing code decisions, architecture notes, and technical context as you work in Claude Code. It helps teams maintain a living knowledge base without manual documentation effort.

How to install db-skill?

To install db-skill: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/db-skill.md. Finally, @db-skill in Claude Code.

What is db-skill best for?

db-skill is a agent categorized under General. It is designed for: claude-code, notion, skill, knowledge-base.

What can I use db-skill for?

db-skill is useful for: Automatically log architectural decisions and rationale to a Notion database during a coding session.; Capture code snippets and explanations for complex algorithms or workarounds you implement.; Record troubleshooting steps and solutions for bugs you encounter and fix.; Document API design choices and endpoint specifications as you build them.; Save context about why certain dependencies or libraries were chosen for a project.; Track evolving requirements and feature decisions over the course of a sprint..