Loading...
Loading...
Found 8,319 Skills
Detects documentation drift against code changes, scores staleness on a weighted 0-100 scale, validates API docs via AST parsing, and audits link integrity. Use when documentation falls out of sync with code, preparing releases, running CI doc gates, or auditing README/API doc accuracy.
Convert RVT/RFA files to Excel databases. Extract BIM element data, properties, and quantities.
Evaluate interface descriptions against 168 research-backed UX/UI principles. Returns structured findings with severity, remediation, and business impact. API key optional — enriched output requires uxuiprinciples.com API Access.
Convert user copy into Zhihu-style content, include 2-3 characteristic keywords (such as guide, tutorial, cheat sheet, etc.), rewrite it according to 10 writing skills, and append Tags at the end; use this when users need to rewrite product introductions, strategy shares, etc. into viral Zhihu copy
Ship a change via a feature branch and pull request — never directly to the default branch. Use after any code change, fix, refactor, or docs update that needs to land on main. Branches are named `<card-number>` from the FluentBoards card. Commits go through the husky pre-commit hook (lint-staged); pushes go to the feature branch only; the PR body links back to the card. Hard refuses any push to main / master / trunk.
Create and validate DESIGN.md files that give AI coding agents structured understanding of design systems through machine-readable tokens and human-readable rationale.
Safely inspect, backup, and maintain local Codex state to keep performance fast and clean
Google Gemini API with @google/genai SDK. Use for multimodal AI, thinking mode, function calling, or encountering SDK deprecation warnings, context errors, multimodal format errors.
FastMCP Python framework for MCP servers with tools, resources, storage backends (memory/disk/Redis/DynamoDB). Use for Claude tool exposure, OAuth Proxy, cloud deployment, or encountering storage, lifespan, middleware, circular import, async errors.
Competitor Blogger Daily Monitoring + One-Click Video Script Parsing — Monitor the latest videos of competitor bloggers (Douyin/Kuaishou/WeChat Channels), AI scores the viral potential; one-click script parsing for selected viral videos (yt-dlp + faster-whisper + DOUBAO multimodal 5 dimensions: shots/lines/visuals/sound/rhythm). Trigger when users say "monitor bloggers", "check competitor bloggers", "what did peers post", "parse this video", "secondary creation script".
Save session context, decisions, progress, and plans to the Claude Brain Logseq graph. Triggers: "save to brain", "save this", "remember this", "store this decision", "log this", "save progress", "before I quit", "wrap up". Don't fire for read operations (use brain-load) or status checks (use brain-status).
Load project context from the Claude Brain Logseq graph into the current session. Triggers: "load brain", "load <project>", "resume <project>", "continue work on <project>", "what do we know about <topic>". Don't fire for write operations (use brain-save), generic questions about Logseq itself, or "open <file>" / "switch to <branch>" requests that mean opening files or switching git branches rather than loading project memory.