Browse Skills

44357 skills found

code-reviewer.md
56
1 export code-reviewer
2 maxvaega from "maxvaega/skillkit"
3 Review code for best practices, potential bugs, security vulnerabilities, and performance issues
2026-01-16
blog-writer.md
56
1 export blog-writer
2 cosZone from "cosZone/astro-koharu"
3 帮助用户按照 astro-koharu 博客的规范创建新博文。自动生成正确的 frontmatter 结构、选择合适的分类路径,并提供 Markdown 内容框架建议。使用场景:写一篇博文、创建新文章、写文章、写博客、new post、create blog post。
2026-01-16
code-reviewer.md
56
1 export code-reviewer
2 maxvaega from "maxvaega/skillkit"
3 Review code for best practices and potential issues
2026-01-16
nested-deep-skill.md
56
1 export nested-deep-skill
2 maxvaega from "maxvaega/skillkit"
3 Example skill demonstrating nested directory structure at depth 3
2026-01-16
d3-viz.md
55
1 export d3-viz
2 chrisvoncsefalvay from "chrisvoncsefalvay/claude-d3js-skill"
3 Creating interactive data visualisations using d3.js. This skill should be used when creating custom charts, graphs, network diagrams, geographic visualisations, or any complex SVG-based data visualisation that requires fine-grained control over visual elements, transitions, or interactions. Use this for bespoke visualisations beyond standard charting libraries, whether in React, Vue, Svelte, vanilla JavaScript, or any other environment.
2026-01-16
codeact.md
55
1 export codeact
2 gradion-ai from "gradion-ai/ipybox"
3 Generate and execute code for acting with Python tools. Activate when user explicitly requests to "use the codeact skill" or similar phrases.
2026-01-14
mcpc.md
55
1 export mcpc
2 apify from "apify/mcp-cli"
3 Use mcpc CLI to interact with MCP servers - call tools, read resources, get prompts. Use this when working with Model Context Protocol servers, calling MCP tools, or accessing MCP resources programmatically.
2026-01-15
Producer Pal Refactoring Guidelines.md
55
1 export Producer Pal Refactoring Guidelines
2 adamjmurray from "adamjmurray/producer-pal"
3 Code refactoring principles for Producer Pal - when to extract functions, how to organize code, naming conventions, and complexity management
2026-01-14
remote-functions.md
55
1 export remote-functions
2 spences10 from "spences10/scottspence.com"
3 Use when building, auditing, or reviewing SvelteKit remote functions for validation, batching, and optimistic UI patterns
2026-01-16
scottink-writer.md
55
1 export scottink-writer
2 spences10 from "spences10/scottspence.com"
3 Write in Scott's authentic voice - British, conversational, self-deprecating, code-first. Use when writing blog posts, technical content, or documentation.
2026-01-16
blog-post-creator.md
55
1 export blog-post-creator
2 spences10 from "spences10/scottspence.com"
3 Create new blog posts with proper frontmatter, structure, and ScottInk voice. Use when writing blog posts or starting technical articles.
2026-01-16
newsletter-publisher.md
55
1 export newsletter-publisher
2 spences10 from "spences10/scottspence.com"
3 Prepare newsletters for publication by validating format, structure, frontmatter, and content. Use when reviewing drafts before sending.
2026-01-16
blog-post-validator.md
55
1 export blog-post-validator
2 spences10 from "spences10/scottspence.com"
3 Validate blog posts for quality, consistency, en-GB spelling, and ScottInk style. Use when reviewing posts before publication.
2026-01-16
content-linter.md
55
1 export content-linter
2 spences10 from "spences10/scottspence.com"
3 Lint content for spelling errors, en-GB compliance, and writing quality. Use when checking markdown files before publication.
2026-01-16
add-route-context.md
54
1 export add-route-context
2 hunmer from "hunmer/Memento"
3 为Flutter页面添加路由上下文记录功能,支持日期等参数的AI上下文识别。当需要让AI助手通过"询问当前上下文"功能获取页面状态(如日期、ID等参数)时使用。适用场景:(1) 日期驱动的页面(日记、活动、日历等),(2) ID驱动的页面(用户详情、订单详情等),(3) 任何需要AI理解当前页面参数的场景
2026-01-16
refactor-form-to-builder.md
54
1 export refactor-form-to-builder
2 hunmer from "hunmer/Memento"
3 将传统表单页面重构为使用 FormBuilderWrapper 的声明式表单。自动检测表单字段,检查是否有对应的封装 field 组件,如果没有则先创建 field 包装器,然后将表单转换为 FormFieldConfig 列表形式,减少重复代码
2026-01-16
seer.md
54
1 export seer
2 w00ing from "w00ing/seer-skill"
3 Visual feedback capture for any running macOS app window via osascript + screencapture. Use when the user wants UI verification or a fresh screenshot.
2026-01-09
Material Design 3 配色规范守护者.md
54
1 export Material Design 3 配色规范守护者
2 hunmer from "hunmer/Memento"
3 严格遵循Material Design 3配色规范的守护工具,提供Flutter应用界面配色最佳实践指南,确保UI一致性和可访问性
2026-01-16
add-home-widget-selector.md
54
1 export add-home-widget-selector
2 hunmer from "hunmer/Memento"
3 为Flutter插件添加可配置的选择器小组件(HomeWidget),支持用户点击配置、数据选择和动态数据渲染。核心特性:(1) 配置dataSelector保存必要数据,(2) 通过controller传递id获取最新数据,(3) 支持导航到详情页
2026-01-16
event-listener-container.md
54
1 export event-listener-container
2 hunmer from "hunmer/Memento"
3 为Flutter插件视图添加事件监听容器,自动管理事件订阅/取消订阅生命周期,避免内存泄漏并减少约84%的模板代码。适用场景:(1) 插件视图需要响应全局事件更新UI,(2) 需要避免手动管理订阅导致的内存泄漏,(3) 简化事件监听实现
2026-01-16
add-multi-filter.md
54
1 export add-multi-filter
2 hunmer from "hunmer/Memento"
3 为Flutter插件视图添加多条件过滤功能(MultiFilterBar),支持标签、关键词、日期、优先级、复选框等多种过滤类型。替代传统的FilterDialog,提供更直观的两层级交互UI。适用场景:(1) 列表视图需要多维度筛选,(2) 数据量较大需要快速过滤,(3) 需要实时显示过滤条件的应用
2026-01-16
Unnamed Skill.md
53
1 export Unnamed Skill
2 ldclabs from "ldclabs/KIP"
3 Persistent graph-based memory for AI agents via KIP (Knowledge Interaction Protocol). Provides structured knowledge storage (concepts, propositions), retrieval (KQL queries), schema discovery (META), and memory metabolism. Use when: (1) remembering user preferences, identities, or relationships across sessions, (2) storing conversation summaries or episodic events, (3) building and querying knowledge graphs, (4) the user says "remember this", "what do you know about me", or asks about past conversations, (5) needing to maintain context continuity across sessions. Requires HTTP access to a KIP backend (anda_cognitive_nexus_server).
2026-01-12
vibe-flow.md
53
1 export vibe-flow
2 paleo from "paleo/vibe-flow"
3 Collaborative problem-solving protocols: write technical specifications (spec), create implementation plans (plan), or use Discuss-Then-Do Protocol (dtdp). Also generates PR messages.
2026-01-15
documentation-authoring.md
53
1 export documentation-authoring
2 paleo from "paleo/vibe-flow"
3 Create or augment skills and documentation. Use when writing new skills, updating existing skills, or modifying project documentation like AGENTS.md.
2026-01-15