Loading...
Loading...
Found 10,401 Skills
/cs:decide <memo> — Log a decision to two-layer memory via decision-logger. Approved memo becomes durable; raw transcripts kept for reference.
Use when handling files, images, attachments, or binary data in n8n, OR when an AI agent needs to take a user-uploaded file as tool input or return a generated file. For Data Tables (schemas, dedup, persistent state), see the separate n8n-data-tables skill. Triggers on "file", "image", "PDF", "attachment", "binary", "upload", "download", chat trigger with files, agent tool that needs a file, vision/multimodal, or any handling of non-JSON file data.
Save the current conversation context so it can be resumed later. Trigger when user says "save conversation", "保存会话", "记住进度", "store context", or finishes a session. Use whenever future resumption should be easy — independent of branch changes.
Expert guidance for crafting effective prompts in Google Stitch, the AI-powered UI design tool by Google Labs. This skill helps create precise, actionable prompts that generate high-quality UI designs for web and mobile applications.
End-to-end automated operation for publishing Zoom recordings as lectures on PORSEO LMS / AI PLAY GUILD, then automatically handing off to note membership article creation. It also supports a branch where Zoom recordings are not uploaded as lectures, but only converted into note articles with eye-catching images and screenshots. Responsible for searching unpublished Zoom recordings, matching with lecture candidates, retrieving VTT transcripts and chat logs, creating summaries/lecture data, generating YouTube-style thumbnails and applying Convex Storage, importing to Mux, publishing to production Convex, notifying Discord forums, handing off to note articles, and deleting incorrectly published videos. Used when requested with commands like "Turn this Zoom video into a lecture", "Find and publish unpublished videos", "Create and link lecture thumbnails", "Notify Discord about the video", "Create a note article after publishing", "Turn this Zoom recording into only a note article", "Don't upload it as a lecture", "Include note thumbnails and screenshots", "Delete this lecture video".
Audit and evolve the brain vault - prune outdated content, discover cross-cutting principles, review skills for structural encoding opportunities. Triggers: "meditate", "audit the brain".
Fix a known bug in the Rock RMS codebase. Guides Claude through root cause analysis, minimal correct fix, and a release-note commit message. Use when the user says "fix this bug", "bugfix", "this is broken", "debug this", describes a bug with file paths or issue numbers, or pastes an error/stack trace with intent to fix. Also use when a bug is found by another skill (e.g. /review-conversion, /check) and the user wants it fixed. Do NOT use for: finding bugs (use /check or /review-conversion), adding features, or refactoring.
Multi-agent orchestration for Claude Code with Team mode, autopilot, deep interview, and CLI workers
Produces a compact briefing document for an AFK agent taking on a specific slice. Use after create-prd or create-issues, immediately before handing work to a coding agent. Do NOT interview the user — synthesise from the current context.
Generates a one-page Monday morning briefing — cash, sales, pipeline, week ahead, top three to-dos. Accepts optional post destination and save-to arguments.
AI-native software engineering harness. plugkit owns all state and serves every instruction via the spool. The agent dispatches verbs; plugkit tracks phase, mutables, PRD, and recall.
Edit IDA databases. Use when asked to add comments, rename symbols, apply types, create bookmarks, or clean up decompiled code for review.