BeClaude

pkm-framework

New
2Community RegistryGeneralby devkade

Comprehensive Personal Knowledge Management framework for Obsidian with temporal reviews (daily, weekly, monthly), smart capture, note linking, and analytics

Community PluginView Source

Overview

A curated collection of Claude skills and plugins for enhancing your Claude Code experience.

πŸš€ Installation

Add this marketplace to Claude Code:

bash
claude marketplace add https://github.com/devkade/collaborator

πŸ“¦ Available Plugins

deep-reading-framework

Three-pass critical reading framework for systematic document analysis. Supports tech blogs, retrospectives, technical documentation, personal writing, and academic papers. Primary focus on Third Pass critical analysis, context validation, and actionable reconstruction.

Usage: /deep-reading-framework or ask for deep reading analysis

oss-contribution-framework

Comprehensive 6-phase framework for contributing to open source projects. Guides you through issue discovery, analysis, codebase exploration, issue-code mapping, solution implementation, and PR creation. Includes modular sub-skills for each phase, detailed reference materials, and ready-to-use templates.

Phases:

  1. Issue Discovery - Find and evaluate suitable issues
  2. Issue Analysis - Deep dive into requirements and scope
  3. Codebase Exploration - Understand project structure and conventions
  4. Issue-Code Mapping - Connect requirements to code locations
  5. Solution Implementation - Design and implement following best practices
  6. Documentation & PR - Create comprehensive pull requests

Usage:

  • β€’Full workflow: "OSS κΈ°μ—¬ μ‹œμž‘" or "이 ν”„λ‘œμ νŠΈμ— κΈ°μ—¬ν•˜κ³  μ‹Άμ–΄"
  • β€’Individual phases: "이슈 λΆ„μ„ν•΄μ€˜", "μ½”λ“œλ² μ΄μŠ€ ꡬ쑰 νŒŒμ•…", "PR μž‘μ„±"
  • β€’Includes templates for issue analysis, codebase notes, and PR checklists

πŸ”§ Adding New Plugins

To add a new plugin to this marketplace:

  1. Create a new directory under skills/ or plugins/
  2. Add your plugin's files following the structure below
  3. Update .claude-plugin/marketplace.json with your plugin details
  4. Update this README with a description of your plugin
  5. Submit a pull request

πŸ“ Plugin Structure

Each plugin should follow this structure:

code
skills/your-plugin-name/
β”œβ”€β”€ SKILL.md          # Main skill documentation
β”œβ”€β”€ assets/           # Optional supporting files
└── references/       # Optional reference materials

Or for general plugins:

code
plugins/your-plugin-name/
β”œβ”€β”€ plugin.json       # Plugin configuration
β”œβ”€β”€ commands/         # Custom commands
β”œβ”€β”€ skills/           # Skills included
└── assets/           # Supporting files

πŸ› οΈ Development

For local development:

bash
# Clone this repository
git clone https://github.com/devkade/collaborator.git
cd collaborator

# Add as local marketplace for testing
claude marketplace add /path/to/collaborator

πŸ“„ License

This marketplace is open source. Individual plugins may have their own licenses - please check each plugin's documentation.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/pkm-framework.md https://raw.githubusercontent.com/devkade/collaborator/main/SKILL.md
3
Invoke in Claude Code
/pkm-framework
View source on GitHub
code-review

Frequently Asked Questions

What is pkm-framework?

Comprehensive Personal Knowledge Management framework for Obsidian with temporal reviews (daily, weekly, monthly), smart capture, note linking, and analytics

How to install pkm-framework?

To install pkm-framework, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /pkm-framework.

What is pkm-framework best for?

pkm-framework is a community categorized under General. It is designed for: code-review. Created by devkade.