Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Para Knowledge Management System

ASecurity

Manage PARA-based personal knowledge management (PKM) systems using Projects, Areas, Resources, and Archives organization method. Use when users need to (1) Create a new PARA knowledge base, (2) Organize or reorganize existing knowledge bases into PARA structure, (3) Decide wher…

19 stars
0 votes
0 copies
1 views
Added 9/19/2026
developmentpythongo

Works with

cli

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add rondoflow/rondoflow --skill para-knowledge-management-system --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Para Knowledge Management System?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Para Knowledge Management System
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/rondoflow-para-knowledge-management-system/badge)](https://www.skillsdirectory.com/skills/rondoflow-para-knowledge-management-system)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: para-knowledge-management-system
description: "Manage PARA-based personal knowledge management (PKM) systems using Projects, Areas, Resources, and Archives organization method. Use when users need to (1) Create a new PARA knowledge base, (2) Organize or reorganize existing knowledge bases into PARA structure, (3) Decide wher…"
category: "Productivity"
author: community
version: "1.0.0"
icon: check-square
---

# PARA PKM

Organize by actionability, not topic. Projects/Areas/Resources/Archives for optimal AI navigation. Monthly review cadence.

## Core Concepts

- **Projects** = Time-bound goals with deadlines (completes → Archives); includes `projects/stories/` for job applications
- **Areas** = Ongoing responsibilities (use `_overview.md` per area for context)
- **Resources** = Reference material; when unsure, put here temporarily
- **Archives** = Inactive items from any category

## Decision Tree

```
Has deadline/end state? → Projects
Ongoing responsibility? → Areas
Reference material? → Resources (default for uncertain items)
Completed/inactive? → Archives
```

## Quick Start

1. `python scripts/init_para_kb.py <name>` - Creates PARA + `projects/stories/` + navigation
2. Identify projects (deadlines) → areas (ongoing) → resources (reference)
3. `python scripts/generate_nav.py` - Generate AI navigation

## Scripts

| Script | Purpose | Usage |
|--------|---------|-------|
| `init_para_kb.py` | Scaffold new KB | `<name> [--path <dir>]` |
| `validate_para.py` | Check structure, detect anti-patterns | `[path]` |
| `archive_project.py` | Archive with metadata (date, origin) | `<project-file> [--kb-path]` |
| `generate_nav.py` | Create AI nav (<100 lines) | `[--kb-path] [--output]` |

## Templates

| Template | Purpose |
|----------|---------|
| `assets/AGENTS.md.template` | AI navigation index |
| `assets/project.md.template` | Project file structure |
| `assets/area-overview.md.template` | Area `_overview.md` format |
| `assets/README.md.template` | Knowledge base README |

## Patterns by Role

- **Developers**: `projects/active/` features/bugs, `areas/professional-development/`, `resources/coding-standards/`
- **Consultants**: `projects/active/` deliverables + `projects/stories/`, `areas/consulting/clients/`, `resources/templates/`
- **Researchers**: `projects/active/` papers/grants, `areas/research-program/`, `resources/literature-review/`
- **Product Builders**: `projects/active/` launches, `areas/product-development/{active,research,graduated,legacy}/`

## Complex Scenarios

**Client = project + relationship**: `projects/active/client-x.md` (deliverables) + `areas/consulting/clients/client-x.md` (relationship, billing)

**Research lifecycle**: `areas/product-development/{research → graduated → active → legacy}` with cross-references

## Anti-Patterns

- inbox/ folder (capture directly into PARA; use Resources when uncertain)
- Deep nesting (max 2-3 levels; flat > nested)
- Topic-based organization ("work/personal" → use actionability)
- Todo folders (tasks belong with their projects/areas)
- Perfectionism (move freely as understanding evolves; monthly review catches misplacements)

## Content Lifecycle

```
Resources → Projects → Archives (research → active work → completed)
Areas → Archives (no longer responsible)
Projects ⟺ Areas (goal becomes ongoing or vice versa)
```

## AI Navigation & Success Tips

- Keep nav under 100 lines; point to paths not files; minimize tokens
- Start simple ("What am I working on now?"); one home per item (use links)
- Monthly review: archive completed, reassess areas; let patterns emerge

## References

- [para-principles.md](references/para-principles.md) - Complete PARA method, "actionability not topic" principle
- [decision-guide.md](references/decision-guide.md) - Detailed decision tree with edge cases
- [common-patterns.md](references/common-patterns.md) - Proven patterns for different roles
- [ai-navigation.md](references/ai-navigation.md) - AI-friendly navigation best practices

Attribution

rondoflowrondoflow
View sourceMore from rondoflow →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Browser Extension Developer

Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.

284722 votes

Seo Optimizer

SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.

2192 votes

Google Official Seo Guide

Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation

1862 votes

Tanstack Start

Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 + Cloudflare Workers app with file-based routing and server functions — even if they don't name TanStack Start specifically. No template repo — Claude generates every file fresh per ...

9881 votes

Pentest

PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.

5491 votes
View all in development →