db-skill
NewClaude Code skill for automatic Notion-based development knowledge tracking
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
mkdir -p .claude/agentsAdd the configuration to .claude/agents/db-skill.md
@db-skillUse Cases
Usage Examples
/db-skill log 'We decided to use Redis for caching because it supports TTL and pub/sub.'
/db-skill capture 'The pagination logic uses cursor-based pagination to avoid offset performance issues.'
/db-skill summarize 'What architectural decisions were made in the last session?'
Security Audits
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..