SkillsAggSubmit Skill

pnote

Clean

pnote - The PromptNote CLI for managing prompts, notes, and snippets

0 stars🍴 0 forks0 installs📄 MIT

Install Command

npx skills add thevertexlab/pnote-skill
Author
thevertexlab
Repository
thevertexlab/pnote-skill
Discovered via
github topic
Weekly installs
0
Quality score
25/100
Last commit
2/13/2026

SKILL.md

---
name: pnote
description: pnote - The PromptNote CLI for managing prompts, notes, and snippets
allowed-tools: Bash(pnote *)
user-invocable: true
argument-hint: <command> [options]
---

# pnote - The PromptNote CLI

Manage your prompts and notes from the terminal. Requires `npm install -g pnote` and authentication via `pnote auth token <your-pat>`.

## Available Commands

!`pnote --help`

## Quick Reference

**List & Search:**
- `pnote notes` - list all notes
- `pnote notes --tag "AI/art"` - filter by tag
- `pnote search "query"` - search notes and snippets

**Read & Copy:**
- `pnote notes get <id>` - get note with snippet
- `pnote snippet copy <id>` - copy to clipboard

**Create & Manage:**
- `pnote notes create "Title"` - create note
- `pnote snippet add <id>` - add snippet from stdin
- `pnote tags rename "old" "new"` - rename tag

**PIN Protection:**
For protected notes, set `PNOTE_PIN` env var or use `-p <pin>` flag.

## Execute

Run the user's command:

```bash
pnote $ARGUMENTS
```

Similar Skills

Analyze and optimize prompts using proven patterns and best practices. Provides iterative improvements, before/after comparisons, multiple variants, and detailed optimization reports for general tasks, code generation, and creative writing.

writingproductivityprompt-engineeringoptimization
npx skills add IkramahAhmed/prompt-optimization-patterns

Obsidian note-taking toolkit

npx skills add LeoLin990405/claude-obsidian-skills
notebooklmClean

Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses.

npx skills add PleasePrompto/notebooklm-skill

Set up and maintain a structured project memory system in docs/project_notes/ that tracks bugs with solutions, architectural decisions, key project facts, and work history. Use this skill when asked to "set up project memory", "track our decisions", "log a bug fix", "update project memory", or "initialize memory system". Configures both CLAUDE.md and AGENTS.md to maintain memory awareness across different AI coding tools.

npx skills add SpillwaveSolutions/project-memory
pnote | SkillsAgg