plugins/stickies/skills/stickies/SKILL.md
Manage stickies as markdown files — create new, read, list, or delete. Use when the user mentions "sticky", "stickies", or wants to take a quick note or save a reminder.
npx skillsauth add shillem/cc-marketplace stickiesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
$ACTION.$ACTION matches one of the actions, follow the action's instructions.$ACTION is empty or does not match an action, list the available actions.Important: stickies live in <cwd>/.ai/stickies (current working directory).
Create a new sticky from information the user provides or from your current context.
.md file in the stickies folderRead a sticky so the user can review or work with its content.
Remove a sticky the user no longer needs.
Show all stickies as a table sorted by date (newest first).
.md files in the stickies folderfix-login-redirect → Fix login redirect)| Date | Title |
| ---------- | ------------------ |
| 2026-03-22 | Fix login redirect |
| 2026-03-20 | API rate limits |
Each sticky is a standalone .md file. The filename encodes the date and title with syntax YYYY-MM-DD-title-in-snake-case.md.
Example: a sticky titled "Fix login redirect" taken on 2026-03-22 becomes 2026-03-22-fix-login-redirect.md.
Prefix the sticky with this frontmatter:
---
title: <title>
description: <100-character-max-description>
---
Example:
---
title: Fix Login Redirect
description: Thoughts on how to fix the login redirect
---
The redirect after login was pointing to `/home` instead of `/dashboard`...
tools
Create commits and pull requests for current git work. Use when the user wants to commit changes, open or refresh a pull request.
tools
Fetches authoritative, current, version-specific documentation and official code examples via Context7 for a named external library, framework, SDK, CLI, or cloud product. Use when the user needs exact API behavior, setup, configuration, integration, migration, or version-specific guidance rather than general web research or real-world repository patterns.
development
Review pull requests, diffs, and code changes across behavior, contracts, tests, maintainability, and documentation. Use when the user asks for review of a PR, patch, diff, commit, or code change.
content-media
Download videos, audio, and transcripts from YouTube and 1000+ sites with yt-dlp. Use when the user mentions "yt-dlp", "youtube-dl", wants to download a video, rip audio from a video, or extract a transcript from a URL.