Browse
Productivity
Skills Found
plans-management
A specialized Claude skill for managing Plans.md files with structured task tracking. It handles task additions, status updates, completion marking, and archiving using consistent formatting rules. The skill enforces marker conventions and maintains section organization for team coordination.
bear-notes
This skill provides CLI access to Bear notes on macOS via the grizzly tool. It enables creating, searching, and managing notes directly from the terminal, with JSON output support and callback handling for data retrieval.
json-canvas
This skill enables Claude to create and edit JSON Canvas files (.canvas) used in Obsidian. It provides detailed specifications for node types (text, file, link, group), edges, and layout guidelines. Includes validation rules and practical examples for mind maps and flowcharts.
final-cut-pro
A comprehensive FCPXML reference skill that provides production-ready patterns for generating Final Cut Pro projects, with excellent documentation and practical examples.
ffmpeg-core
A comprehensive and well-structured FFmpeg reference guide covering essential video/audio operations with practical examples, codec recommendations, and performance optimization tips.
session-reflection-analysis
Analyzes Claude Code session history to identify token waste and inefficiency patterns. Uses jq to create 98% reduced summaries, then spawns subagents to propose concrete improvements like CLAUDE.md updates, new skills, and automation scripts. Prevents reading raw session files directly.
parallel-workflows
This skill identifies independent tasks in Claude Code and runs them concurrently using the Task tool. It provides clear patterns for parallel analysis, testing, and component development, with practical examples and performance metrics showing 55-67% speed improvements.
working-with-spreadsheets
Provides concrete guidance for creating and editing Excel spreadsheets with formulas, financial modeling standards, and color coding. Focuses on using Excel formulas instead of Python calculations, includes verification scripts, and covers common pitfalls like #REF! and #DIV/0! errors.
video-frames
A simple wrapper around ffmpeg to extract single frames from videos at specified timestamps. It provides basic command-line examples for getting first frames or frames at specific times, with format recommendations for different use cases.
context-preservation
This skill captures and restores development session context using structured markdown files. It defines what to preserve (decisions, progress, blockers) and what to avoid (full files, secrets). Includes protocols for capture, restoration, and compression across multiple sessions.
workflow
This skill manages handoffs between PM and implementation roles in a multi-agent Claude setup. It generates structured request templates for task delegation and completion reports, and can auto-fix issues identified in code reviews. It's designed for teams using Claude in distinct PM and developer roles.
session-init
Automates session startup by checking Git status, reading task plans, and displaying context from project files. Helps developers quickly understand current work status and pending tasks before starting coding work.