Coding & Development

phuryn/dummy-dataset

23.9kgithub.com

Generate realistic dummy datasets for testing with customizable columns, constraints, and output formats (CSV, JSON, SQL, Python script). Use when creating test data, building mock datasets, or generating sample data for development and demos.

$ npx skills add phuryn/pm-skills
Ver habilidad

waditu-tushare/tushare-data

github.com

面向中文自然语言的 Tushare 数据研究技能。用于把“看看这只股票最近怎么样”“帮我查财报趋势”“最近哪个板块最强”“北向资金在买什么”“给我导出一份行情数据”这类请求,转成可执行的数据获取、清洗、对比、筛选、导出与简要分析流程。适用于 A 股、指数、ETF/基金、财务、估值、资金流、公告新闻、板块概念与宏观数据等研究场景。

$ npx skills add waditu-tushare/skills
Ver habilidad

ailabs-393/business-document-generator

github.com

This skill should be used when the user requests to create professional business documents (proposals, business plans, or budgets) from templates. It provides PDF templates and a Python script for generating filled documents from user data.

$ npx skills add ailabs-393/ai-labs-claude-skills
Ver habilidad

instantdb/instantdb

github.com

Build complete, functional apps with InstantDB as the backend. Use when creating React/vanilla JS or expo applications. Triggers on requests for building apps.

$ npx skills add instantdb/skills
Ver habilidad

yaklang/race-condition

github.com

Race condition and TOCTOU testing for web apps. Use when testing one-time operations, concurrent HTTP abuse, rate-limit bypass, Turbo Intruder gates, HTTP/2 single-packet attacks, and CWE-362-style synchronization gaps.

$ npx skills add yaklang/hack-skills
Ver habilidad

yaklang/browser-exploitation-v8

github.com

Browser and V8 exploitation playbook. Use when exploiting JavaScript engine vulnerabilities including JIT type confusion, incorrect bounds elimination, and V8 sandbox bypass to achieve renderer RCE and sandbox escape in Chrome/Chromium.

$ npx skills add yaklang/hack-skills
Ver habilidad

eyadsibai/document-processing

github.com

Use when working with "PDF", "Excel", "Word", "PowerPoint", "XLSX", "DOCX", "PPTX", "spreadsheets", "presentations", "extract text", "merge documents", "convert documents", or asking about "office document manipulation"

$ npx skills add eyadsibai/ltk
Ver habilidad

yaklang/format-string-exploitation

github.com

Format string exploitation playbook. Use when printf-family functions receive user-controlled format strings, enabling arbitrary stack reads (%p/%s), arbitrary memory writes (%n/%hn/%hhn), GOT/hook overwrites, and canary/libc/PIE leaks.

$ npx skills add yaklang/hack-skills
Ver habilidad

flutter/flutter-databases

2.7kgithub.com

Work with databases in a Flutter app

$ npx skills add flutter/skills
Ver habilidad

marimo-team/add-molab-badge

github.com

Add "Open in molab" badge(s) linking to marimo notebooks. Works with READMEs, docs, websites, or any markdown/HTML target.

$ npx skills add marimo-team/skills
Ver habilidad

alchaincyf/mrbeast-perspective

github.com

MrBeast(Jimmy Donaldson)的内容创造操作系统。基于泄露的36页内部培训手册、 6个深度播客、决策记录和外部批评的深度调研,提炼6个核心心智模型、8条决策启发式、 完整的标题/缩略图/Hook/节奏公式,和4个可运行的内容分析脚本。 激活后沉浸式扮演MrBeast,直接以「我」的视角给出内容创作建议。 当用户提到「用MrBeast的视角」「MrBeast会怎么做」「Beast模式」「mrbeast perspective」时使用。 即使用户只是说「视频CTR怎么提升」「标题不够吸引人」「retention曲线怎么优化」「缩略图要改吗」也应触发。 不要在用户只是说「内容创作建议」「怎么做内容」等一般性问题时触发——只在涉及视频优化、标题/缩略图/Hook/留存率等YouTube方法论时激活。

$ npx skills add alchaincyf/mrbeast-skill
Ver habilidad

phuryn/sql-queries

23.9kgithub.com

Generate SQL queries from natural language descriptions. Supports BigQuery, PostgreSQL, MySQL, and other dialects. Reads database schemas from uploaded diagrams or documentation. Use when writing SQL, building data reports, exploring databases, or translating business questions into queries.

$ npx skills add phuryn/pm-skills
Ver habilidad

johnrogers/swift-style

github.com

Swift code style conventions for clean, readable code. Use when writing Swift code to ensure consistent formatting, naming, organization, and idiomatic patterns.

$ npx skills add johnrogers/claude-swift-engineering
Ver habilidad

phuryn/prioritize-assumptions

23.9kgithub.com

Prioritize assumptions using an Impact × Risk matrix and suggest experiments for each. Use when triaging a list of assumptions, deciding what to test first, or applying the assumption prioritization canvas.

$ npx skills add phuryn/pm-skills
Ver habilidad

marketcalls/setup

160github.com

Set up the Python backtesting environment. Detects OS, creates virtual environment, installs dependencies (openalgo, ta-lib, vectorbt, plotly), and creates the backtesting folder structure.

$ npx skills add marketcalls/vectorbt-backtesting-skills
Ver habilidad

yaklang/http-host-header-attacks

github.com

HTTP Host header injection and routing abuse playbook. Use when the application trusts the Host header for generating URLs, routing requests, or access control — enabling password reset poisoning, web cache poisoning, SSRF via routing, and virtual host bypass.

$ npx skills add yaklang/hack-skills
Ver habilidad

vkehfdl1/start-issue

github.com

Start working on a Marshroom cart issue — creates branch, injects context, updates status to running

$ npx skills add vkehfdl1/marshroom
Ver habilidad

forcedotcom/generating-validation-rule

github.com

Use this skill when users need to create, modify, or validate Salesforce Validation Rules. Trigger when users mention validation rules, field validation, data quality rules, formula validation, error messages, or validation logic. Also use when users encounter validation errors, need to update formulas, or want to enforce business rules at the data layer. Always use this skill for any validation rule work.

$ npx skills add forcedotcom/sf-skills
Ver habilidad

phuryn/competitive-battlecard

23.9kgithub.com

Create sales-ready competitive battlecards comparing your product against a specific competitor — positioning, feature comparison, objection handling, and win/loss patterns. Use when preparing sales teams, creating competitive materials, or responding to 'why not competitor X?'

$ npx skills add phuryn/pm-skills
Ver habilidad

firebase/firebase-auth-basics

github.com

Guide for setting up and using Firebase Authentication. Use this skill when the user's app requires user sign-in, user management, or secure data access using auth rules.

$ npx skills add firebase/skills
Ver habilidad

jezweb/vitest

926github.com

Set up Vitest testing in any project — detects type (Cloudflare Workers, React, Node, library), generates vitest.config.ts, test setup, utilities, and a sample test. Covers mocking patterns, coverage config, workspace setup, Jest migration. Use whenever the user mentions adding tests, setting up Vitest, configuring tests, migrating from Jest, fixing testing infrastructure, or asks 'how do I test this'.

$ npx skills add jezweb/claude-skills
Ver habilidad

rudrankriyam/asc-localize-metadata

github.com

Automatically translate and sync App Store metadata (description, keywords, what's new, subtitle) to multiple languages using LLM translation and asc CLI. Use when asked to localize an app's App Store listing, translate app descriptions, or add new languages to App Store Connect.

$ npx skills add rudrankriyam/asc-skills
Ver habilidad

yaklang/deserialization-insecure

github.com

Insecure deserialization playbook. Use when Java, PHP, or Python applications deserialize untrusted data via ObjectInputStream, unserialize, pickle, or similar mechanisms that may lead to RCE, file access, or privilege escalation.

$ npx skills add yaklang/hack-skills
Ver habilidad

anomalyco/opentui

12.2kgithub.com

Build terminal UIs with OpenTUI. Covers the core API, native audio, keymaps, React and Solid bindings, components, layout, keyboard input, plugins, and testing.

$ npx skills add anomalyco/opentui
Ver habilidad