1,456 skills found · Page 30 of 49
Prathmesh-0 / theme-factoryToolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly.
Prathmesh-0 / skill-creatorCreate new skills, modify and improve existing skills, and measure skill performance
Prathmesh-0 / internal-commsA set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.).
ollieb89 / smart-exploreToken-optimized structural code search using tree-sitter AST parsing. Use instead of reading full files when you need to understand code structure, find functions, or explore a codebase efficiently.
Prathmesh-0 / algorithmic-artCreating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Prathmesh-0 / frontend-designCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.
augustscl / feishu-task--- name: feishu-task description: | 飞书任务管理工具,用于创建、查询、更新任务和清单。 当以下情况时使用此 Skill : (1) 需要创建、查询、更新、删除任务
augustscl / feishu-bitable--- name: feishu-bitable description: | 飞书多维表格(Bitable)的创建、查询、编辑和管理工具。包含 27 种字段类型支持、高级筛选、批量操作和视图管理。 当以下情况时使用此 Skill : (1) 需要创建或管理飞书多维表格 App
augustscl / feishu-im-read--- name: feishu-im-read description: | 飞书 IM 消息读取工具使用指南,覆盖会话消息获取、话题回复读取、跨会话消息搜索、图片/文件资源下载。 当以下情况时使用此 Skill : (1) 需要获取群聊或单聊的历史消息
augustscl / feishu-calendar|
Prathmesh-0 / web-artifacts-builderSuite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts.
xwysyy / x-claw-notifyExternal-agent extension. Notify a running X-Claw Gateway via `POST /api/notify` (Claude Code / Codex / CI scripts).
augustscl / feishu-update-doc|
augustscl / feishu-troubleshoot--- name: feishu-troubleshoot description: | 飞书插件问题排查工具。包含常见问题 FAQ 和深度诊断命令(/feishu_doctor)。 常见问题可随时查阅。诊断命令用于排查复杂问题(多次授权仍失败、自动授权无法解决等), 会检查账户配置、API 连通性、应用权限、用户授权状态,并生成详细的诊断报告和解决方案。
Sesamsesam / firecrawlScrape, crawl, and convert any website into clean structured data. Extract content from JavaScript-heavy sites, crawl entire domains, and pull structured data - all through natural language.
phj128 / taobao--- name: taobao title: 淘宝购物助手 description: 搜索淘宝商品、查看详情、加入/移除购物车 tools: - taobao_login - taobao_search
thiagovarela / clankie-memoryA persistent memory for your personal agent
luofengmacheng / algorithms算法学习之路
CuteReimu / doc《风声典藏版》桌游的服务端代码。客户端代码见:https://github.com/Death-alter/TheMessage
malkamius / CrimsonStainedLandsA MUD Server in C# Based on ROM
Damon-duan / FE-RuleFE develop Rule
erikvullings / mithril-ui-formA powerful, declarative framework for creating accessible, high-performance forms in Mithril applications.
wuyaojunkylin / Personal-Knowledge-Growth-AnalyzerA Claude Skill for stage-based analysis of personal knowledge inputs.
Fernando2603 / docsAzur Lane Resources
0verL1nk / skill-guardThe SSL for Agent Skills. Secure, sign, and verify AI agent capabilities.
tnotesjs / TNotes.en-words📒 英语词库
junxiaz / technology-sharing1. If 多个条件的时候 有时候你会经常判断一个变量是否等于多个值的情况: ``` // bad if (x === 'abc' || x === 'def' || x === 'ghi' || x ==='jkl') { }
xingangshi / config_toolsSome commonly used configurations and tools mainly involve linux, macos, and some useful materials and information.
CodeNeuron58 / My-PortfolioThis is my Portfolio Website
somnath-more / JSHere are 10 tough JavaScript interview questions: 1. Q1: ```javascript console.log(typeof null); ans : object ```