Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
A comprehensive collection of Agent Skills for context engineering, multi-agent architectures, and production agent systems.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
examples/digital-brain-skill/package.json
1{2"name": "digital-brain-skill",3"version": "1.0.0",4"description": "A structured personal operating system for founders, creators, and builders. Claude Code Skill and standalone template for AI-assisted personal brand management.",5"keywords": [6"claude-code",7"agent-skill",8"personal-brand",9"productivity",10"second-brain",11"knowledge-management",12"content-creation",13"ai-agents",14"context-engineering"15],16"author": "Murat Can Koylan",17"license": "MIT",18"repository": {19"type": "git",20"url": "https://github.com/muratcankoylan/digital-brain-skill"21},22"homepage": "https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering",23"bugs": {24"url": "https://github.com/muratcankoylan/digital-brain-skill/issues"25},26"scripts": {27"weekly-review": "python3 agents/scripts/weekly_review.py",28"content-ideas": "python3 agents/scripts/content_ideas.py",29"stale-contacts": "python3 agents/scripts/stale_contacts.py",30"setup": "node scripts/setup.js"31},32"engines": {33"node": ">=16.0.0"34},35"skill": {36"name": "digital-brain",37"version": "1.0.0",38"description": "Personal knowledge management system for founders, creators, and builders.",39"entrypoint": "SKILL.md"40}41}42