Rules or configurationWriting and editingClaude Code
econ-writing-skill
@hanlulong·Shell
Draft, rewrite, and review economics papers with structured guidance.
Project overview
Econ Writing Skill turns advice from more than 50 economics writing guides into an agent skill for Claude Code and Codex. It can draft paper sections, rewrite vague or passive prose, review structure and style, and mark places where the author must supply actual results. It is most useful when the research content already exists and the task is writing, revision, or audit.
Rules or configurationPersonal and daily lifeOpenClaw
nihaixia
@jangviktor-web·HTML
Study classical Chinese medicine through Ni Haixia-derived agent reference material.
Project overview
This agent skill organizes material derived from Ni Haixia's teaching on the Shanghan Lun, Jingui Yaolue, Huangdi Neijing, Shennong Bencao Jing, acupuncture, and clinical cases. It can help users discuss six-stage pattern reasoning, look up formulas and medicinal references, or retrieve related cases through a supported agent platform. The repository explicitly limits the material to study and research; it must not replace diagnosis or treatment by a licensed medical professional.
Rules or configurationSecurity and privacyClaude Code
vibe-security-skill
@raroque
Audit AI-generated applications for common security mistakes before release.
Project overview
Add Vibe Security to a compatible coding agent to review fast-built applications for hardcoded secrets, weak database policies, broken authorization, unsafe payment flows, exposed AI keys, and related deployment risks. It loads references according to the technologies it detects, such as Supabase, Stripe, or React Native, and can activate around sensitive code. Its guidance complements testing and human review rather than replacing them.
Rules or configurationAI and agent developmentOpenClaw
one-skill-to-rule-them-all
@rebelytics
Turn real work corrections into ongoing skill improvements and new skills.
Project overview
Task Observer is a meta-skill that runs alongside normal work, capturing corrections, judgment calls, and repeated workflow gaps. It turns those observations into proposed updates for existing skills or drafts for new ones, so a skill library can evolve from actual use rather than remain frozen. The fullest experience is available in Claude environments with filesystem access, where logs and proposals persist between sessions; web and mobile use a handoff-document mode instead.
Create academic presentations with argument-led titles, disciplined exhibits, and proper citations.
Project overview
This Claude Skill shapes conference talks, seminars, thesis defenses, and grant briefings around a clear argument rather than a collection of topic slides. It uses takeaway-style titles, keeps results slides focused on one exhibit, and applies in-slide citations plus a final references section. Claude's built-in PPTX capability handles the actual file generation, so code execution and file creation must be enabled.
Rules or configurationMedia, audio and videoOpenClaw
Seedance2-skill
@zhanghaonan777·Python
Develop Seedance video concepts and generate them through an agent-driven API workflow.
Project overview
Seedance2-skill turns a skill-aware agent into a video concept workspace for Seedance. It can work from text, images, video, or audio, branch into several ideas when given only an image, and evaluate prompts for memorability, surprise, emotional movement, and narrative change. A reference library supplies more than one hundred cinematography terms and style cues. Once a concept is ready, the included Python CLI can submit generation requests across Seedance 2.0, 1.5 Pro, and 1.0 model families.
Rules or configurationSoftware developmentClaude Code
agent-skills
@streamlit·Python
Locate and load the development skills bundled with the active Streamlit package.
Project overview
This repository provides a lightweight meta-skill rather than duplicating Streamlit's full development guidance. It detects the active Python interpreter, locates the installed Streamlit package, and points an AI assistant to bundled skills for dashboards, themes, layouts, session state, and components. Streamlit 1.57 and later ship those skills inside the pip package, while 1.58 adds the `streamlit skills` installer for project or global setup. Older versions fall back to online documentation, so the local workflow depends on an installed Streamlit environment.
Rules or configurationSoftware developmentClaude Code
ros2-engineering-skills
@dbwls99706·Python
Give coding agents production-focused ROS 2 engineering guidance and validators.
Project overview
Install this skill to give coding agents deeper ROS 2 guidance across workspace setup, QoS, lifecycle nodes, ros2_control, Nav2, MoveIt 2, real-time behavior, testing, and deployment. Detailed references load progressively, while bundled scripts can scaffold packages and perform limited validation. Claude Code can run some checks through hooks; other agents require manual commands. Jazzy and Humble are the safest targets, while Rolling carries additional compatibility caveats.
Guide coding agents through persistent debugging without threat-based prompts.
Project overview
Install NoPUA to steer coding agents through repeated failures with perspective changes, evidence checks, new approaches, and follow-up inspection instead of threats. It encourages agents to state uncertainty honestly, verify completion, and prepare a responsible handoff when a problem remains unresolved. The skill supports several coding assistants and seven languages, although its full rule set may overlap with an existing workflow stack.
Rules or configurationSoftware developmentClaude Code
SwiftData-Agent-Skill
@twostraws
Help coding agents review SwiftData models, queries, migrations, indexes, and cloud sync.
Project overview
SwiftData Pro is an agent skill for Claude Code, Codex, Cursor, Gemini, and other coding assistants. It guides work with @Model, @Query, predicates, indexes, migrations, relationships, iCloud synchronization, and newer API behavior, focusing on errors and outdated patterns that language models commonly miss. After installation, users can invoke it to review current API usage, identify useful indexes, improve model design, or help enable cloud support. The skill works inside an existing Apple-platform project rather than as a standalone database tool.
Rules or configurationEducation and learningClaude Code
yupi-skill
@liyupi
Answer programming and career questions in a distilled Yupi-style voice.
Project overview
yupi-skill packages the programmer Yupi's decision patterns, communication style, and selected experience into an agent skill. Once installed, an agent can answer questions about learning paths, job offers and interviews, AI-assisted coding, resume revision, technology choices, and entrepreneurship in an approximation of that perspective and tone. Identity and decision rules, voice patterns, and knowledge sources are stored separately and loaded progressively. Installation instructions are provided for Claude Code, Cursor, OpenClaw, and compatible environments.
Rules or configurationProject and product managementClaude Code
product-manager-skills
@Digidai·Shell
Diagnose SaaS metrics, challenge PRDs, and plan product decisions with an AI PM skill.
Project overview
Product Manager Skills equips Claude Code, Codex, Cursor, and Windsurf with reusable product-management workflows and reference material. It can turn vague requests into measurable problem framing, analyze SaaS health, critique PRDs and roadmaps, pressure-test priorities, support discovery, and coach career transitions. The core is inspectable Markdown for local or repository-based use, not a collaborative web application with approvals, comments, or sharing.
Rules or configurationSoftware developmentClaude Code
compose-skill
@Meet-Miyani·Shell
Give coding agents practical guidance for Jetpack Compose and Compose Multiplatform app development.
Project overview
compose-skill equips Codex, Cursor, and Claude Code with on-demand guidance for the Compose development lifecycle. Its references cover architecture, state and coroutines, navigation, networking, persistence, performance, accessibility, testing, build configuration, and distribution across Android, iOS, desktop, and web targets. It is an agent skill rather than a runtime library added to the app.
Rules or configurationTesting and debuggingClaude Code
Swift-Testing-Agent-Skill
@twostraws
Help coding agents write and refine tests with the Swift Testing framework.
Project overview
Swift Testing Pro is an agent skill that helps Claude Code, Codex, Cursor, Gemini, and similar assistants write and review tests using Swift Testing. It covers @Test, #expect, #require, parameterized tests, traits, exit tests, confirmations, and other areas where language models often produce incomplete or outdated code. Once installed, it can be triggered by command or natural language and focused on a specific goal, such as parameterizing a suite or adding exit tests. It is intended to improve testing work inside an existing Swift project.
Rules or configurationDesign and creative workClaude Code
qiaomu-design
@joeseesun·JavaScript
Compare four visual directions before Claude Code implements the chosen interface.
Project overview
qiaomu-design is a Claude Code skill that begins with a product and interface diagnosis, then creates four deliberately different browser-viewable directions for comparison. After a user selects one, it implements the design using either the existing product system or a newly defined combination of typography, color, layout, motion, and density. It requires Claude Code, and the project recommends Claude or GLM 5.2 when visual quality is the priority.
Generate Spring Boot projects with databases, front ends, and Docker.
Project overview
Dr JSkill is an Agent Skill for creating Spring Boot applications according to a defined set of Java development practices. It guides compatible coding assistants through generating projects from start.spring.io and configuring Java 25, PostgreSQL, REST APIs, monitoring, Docker builds, and a choice of Vue, React, Angular, or vanilla JavaScript. The repository also includes references for databases, testing, deployment, and a hands-on workshop. It is not a standalone scaffolding application and must be loaded by a supported agent such as GitHub Copilot CLI or Claude Code.
Rules or configurationFinance, legal and compliance
agent-skills
@Polymarket
Build Polymarket integrations for data, orders, and token operations.
Project overview
Polymarket Agent Skills gives developers and coding assistants structured guidance for authentication, orders, market data, WebSocket streams, positions, token split or redemption flows, bridging, and gasless transactions. The main SKILL.md keeps common endpoints and patterns compact, while detailed references load only when needed. Any workflow that executes trades still requires correctly secured signing keys and platform credentials.
Generate restrained, readable charts with Tufte-inspired visualization rules.
Project overview
tufte-data-viz is an agent skill that applies Edward Tufte's high-data-ink principles across Recharts, ECharts, Chart.js, matplotlib, Plotly, and D3 or SVG. It removes nonessential gridlines and decoration, favors direct labels, and adds screen-oriented guidance for accessibility, responsiveness, and interaction. The skill is deliberately opinionated: it may reject pie charts, dual axes, legends, or decorative styling, so it suits users who want a consistent visual philosophy rather than unrestricted art direction.