Topic: claude-code
35,830 skills in this topic.
-
distill-memory
Save decisions, insights, preferences, and procedures as durable memories. Fires when the conversation produces knowledge worth keeping across sessions.
nowledge-co/community 68
-
read-working-memory
Load today's Working Memory briefing at session start. Shows your current focus areas, priorities, and recent knowledge changes across all AI tools.
nowledge-co/community 68
-
save-thread
Save a structured handoff summary when the user asks to preserve the session. Creates a searchable record of goals, decisions, and next steps.
nowledge-co/community 68
-
search-memory
Search your knowledge base when past decisions, preferences, or procedures would improve the response. Covers memories from every AI tool you use.
nowledge-co/community 68
-
status
Check Nowledge Mem server connectivity and configuration. Use when memory commands fail or the user asks about setup.
nowledge-co/community 68
-
agent-browser
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
shanraisshan/claude-code-best-practice 36,793
-
presentation-structure
Knowledge about the presentation slide format, weight system, navigation, and section structure
shanraisshan/claude-code-best-practice 36,793
-
presentation-styling
Knowledge about CSS classes, component patterns, and syntax highlighting in the presentation
shanraisshan/claude-code-best-practice 36,793
-
vibe-to-agentic-framework
The conceptual framework behind the presentation — what "Vibe Coding to Agentic Engineering" means, why the journey is structured the way it is, and how every slide fits the narrative arc
shanraisshan/claude-code-best-practice 36,793
-
time-skill
Display the current time in Pakistan Standard Time (PKT, UTC+5). Use when the user asks for the current time, Pakistan time, or PKT.
shanraisshan/claude-code-best-practice 36,793
-
weather-fetcher
Instructions for fetching current weather temperature data for Dubai, UAE from Open-Meteo API
shanraisshan/claude-code-best-practice 36,793
-
weather-svg-creator
Creates an SVG weather card showing the current temperature for Dubai. Writes the SVG to orchestration-workflow/weather.svg and updates orchestration-workflow/output.md.
shanraisshan/claude-code-best-practice 36,793
-
time-fetcher
Instructions for fetching current Dubai time via bash command
shanraisshan/claude-code-best-practice 36,793
-
time-svg-creator
Creates an SVG time card showing the current time for Dubai. Writes the SVG to agent-teams/output/dubai-time.svg and updates agent-teams/output/output.md.
shanraisshan/claude-code-best-practice 36,793
-
cherry-pr-test
Test Cherry Studio PRs by checking out the branch, launching the Electron app in debug mode, and running interactive UI tests via CDP.
CherryHQ/cherry-studio 43,310
-
create-skill
Create a new skill in the current repository. Use when the user wants to create/add a new skill, or mentions creating a skill from scratch. This skill follows the workflow defined in .agents/skills/README.md and helps scaffold, validate, and sync new skills.
CherryHQ/cherry-studio 43,310
-
gh-create-issue
Use when user wants to create a GitHub issue for the current repository. Must read and follow the repository's issue template format.
CherryHQ/cherry-studio 43,310
-
gh-create-pr
Create or update GitHub pull requests using the repository-required workflow and template compliance. Use when asked to create/open/update a PR so the assistant reads `.github/pull_request_template.md`, fills every template section, preserves markdown structure exactly, and marks missing data as N/A or None instead of skipping sections.
CherryHQ/cherry-studio 43,310
-
gh-pr-review
Automated code review for local branches, PRs, commits, and files. Supports single-agent review with interactive fix selection, or multi-agent deep review with reviewer-verifier adversarial mechanism and risk-based auto-fix.
CherryHQ/cherry-studio 43,310
-
prepare-release
Prepare a new release by collecting commits, generating bilingual release notes, updating version files, and creating a release branch with PR. Use when asked to prepare/create a release, bump version, or run `/prepare-release`.
CherryHQ/cherry-studio 43,310
-
vercel-react-best-practices
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
CherryHQ/cherry-studio 43,310
-
cherry-assistant-guide
Cherry Studio 产品知识库、源码路径索引、故障排查和页面导航。当用户询问 Cherry Studio 的功能、配置、报错、使用方法时触发。也适用于用户提到 provider、模型、知识库、Agent、MCP、OpenClaw、PDF、快捷短语等关键词的场景。
CherryHQ/cherry-studio 43,310
-
faq-collector
将成功解决的用户问题收录到 FAQ 知识库。问题解决后自动判断是否收录。也可以在用户说"收录到 FAQ"、"记录这个问题"、"add to FAQ"时手动触发。
CherryHQ/cherry-studio 43,310
-
issue-reporter
帮助用户提交 Bug Report 或 Feature Request。支持 GitHub Issue(有账户)和本地存档(无账户)两种模式。当诊断发现是代码 Bug 时主动提议,或当用户说"帮我提 issue"、"这是个 bug"、"我想要这个功能"、"submit a bug"、"feature request"时触发。
CherryHQ/cherry-studio 43,310