Collection or directorySoftware developmentClaude Code
Agent-Skills-for-Context-Engineering
@muratcankoylan·Python
Design, optimize, and evaluate long-running agent systems with reusable skills.
Project overview
Apply a focused set of skills to context degradation, compression, memory design, tool interfaces, multi-agent coordination, and long-horizon task execution. The repository also covers operational concerns such as evaluation, LLM-as-a-judge methods, harness safeguards, and self-improvement loops. Complete examples show how several skills can be combined into larger agent systems across different hosts.
Find Agent Skill tutorials, official repositories, marketplaces, and curated resources.
Project overview
Use this multilingual guide to understand skill structure, installation paths, marketplaces, and common management tools across agent ecosystems. It curates official skill repositories from model providers, cloud platforms, and developer-tool vendors, while comparing usage in apps, coding agents, and OpenClaw-style harnesses. The guide also highlights security review practices; its bundled creation and testing toolkit is currently limited to Claude Code.
Compare frameworks for turning web applications into desktop software.
Project overview
This repository compares Electron, Tauri, NW.js, Wails, NodeGui, Neutralino, Flutter, and .NET MAUI for developers choosing a web-to-desktop stack. Its tables cover platform support, front-end compatibility, updater options, project characteristics, package size, memory use, and other practical differences. Benchmark applications run in GitHub CI to provide like-for-like measurements across frameworks and operating systems. The maintainers note that system load and limited runs introduce error, so the numbers are directional rather than absolute rankings.
Find agent skills and setup resources for Claude Code, Codex, Gemini CLI, and more.
Project overview
Awesome LLM Skills is a curated directory of reusable LLM and agent skills across development, Notion workflows, creative work, media, and other tasks. It also collects setup guidance and resources for Claude Code, Codex, Gemini CLI, OpenCode, Qwen Code, and related platforms. Some entries live in the repository, while others link to external skill projects.
Review and improve SwiftUI code with focused best-practice guidance for coding agents.
Project overview
Give an Agent Skills-compatible coding tool practical SwiftUI guidance for state management, view composition, performance, layout, animation, accessibility, charts, lists, and image handling. The skill also covers adopting Liquid Glass on iOS 26 and later, and can be installed through the skills CLI, Claude Code, Cursor, or a manual skill-directory setup.
Find categorized Tauri templates, plugins, tutorials, integrations, and real applications.
Project overview
Browse a curated directory of resources from the Tauri ecosystem instead of searching scattered repositories and sites. It groups official getting-started material, community templates, plugins, integrations, articles, and applications across areas such as developer tools, productivity, media, writing, networking, and security. Entries may be marked as officially maintained, version-specific, paid, or closed source. The list is a discovery aid rather than runnable software, so verify each linked project's compatibility, maintenance, and licensing before use.
Diagnose Swift concurrency issues and guide safer Swift 6 migrations.
Project overview
Give an AI coding tool practical guidance for data races, isolation errors, flaky async tests, actor design, Sendable conformance, and concurrency performance. The skill is aimed at teams adopting Swift 6 strict concurrency and includes references for newer isolation and task semantics. It can be installed through skills.sh, as a Claude Code plugin, or manually in any tool that supports the Agent Skills format.
Learning resourceCode review and qualityClaude Code
software-design-philosophy-skill
@luoling8192
Guide coding agents through architecture, API, refactoring, and maintainability decisions.
Project overview
software-design-philosophy is a reusable agent skill based on John Ousterhout's A Philosophy of Software Design. It gives coding assistants a design framework for code reviews, architecture discussions, API design, module decomposition, refactoring, naming, comments, and error-handling strategy. Users can install it in Claude Code, Codex, or compatible skill managers and invoke it alongside an existing project. The repository supplies guidance for making software-design decisions; it is not a standalone static analyzer or development application.
Guide Claude Code through modern Solana dApp and on-chain program development.
Project overview
This skill equips Claude Code with current Solana patterns for wallet flows, transaction handling, React or Next.js dApps, Anchor or Pinocchio programs, typed client generation, local testing, and security reviews. It also includes compatibility tables, common-error fixes, and migration guidance, and installs through the skills CLI.
Collection or directoryMedia, audio and videoCursor
manim_skill
@adithya-s-k·Python
Give coding agents tested patterns and examples for creating mathematical animations with Manim.
Project overview
manim_skill provides separate Agent Skills for Manim Community Edition and ManimGL, with tested examples and guidance for scenes, animations, objects, text and formulas, cameras, and 3D rendering. Coding assistants can load the relevant framework knowledge while working on educational or mathematical animation projects. The two Manim variants are incompatible, and typical use also requires Python, FFmpeg, and LaTeX.
Collection or directoryEducation and learningClaude Code
Claude_skills_zh-CN
@LeastBit·Python
Study and install Anthropic Skills examples through a Chinese-localized repository.
Project overview
Claude_skills_zh-CN reorganizes and translates the Anthropic Skills repository for Chinese-speaking developers while preserving its original structure. It includes localized guidance and examples for documents, spreadsheets, visual design, frontend work, MCP development, and skill creation. Users can read the SKILL.md files to study the patterns, install them in compatible Claude environments, or use the collection as a reference when building internal skills.
Choose practical coding projects to build skills and a stronger portfolio.
Project overview
100ProjectsOfCode is a categorized collection of hands-on programming ideas ranging from web and networking tools to applications, AI, computer science, cryptography, and games. Pick a project, create a repository, implement and test it, then use the finished work as a portfolio piece before moving to another challenge. Many entries include suggested languages, tools, or example implementations, although that guidance is still incomplete in places.
Turn completed AI-assisted coding work into short deliberate learning exercises.
Project overview
Learning Opportunities is a Claude and Codex skill that turns significant coding work into optional 10–15 minute learning exercises. After architectural changes, new modules, refactors, or unfamiliar patterns, it uses prediction, generation, retrieval practice, and spacing to build lessons from the user's own project. The agent pauses for the developer's answers instead of completing the exercise itself, and an optional companion orientation skill can prepare lessons for an unfamiliar repository.
Write, debug, and scale Playwright tests with task-specific guides.
Project overview
This agent skill gives coding assistants 70 Playwright guides with TypeScript and JavaScript examples for authoring tests, debugging failures, CI, CLI automation, page objects, and migrations. You can install the whole repository or only the relevant skill pack, and the agent loads the appropriate guidance on demand. Its documented coverage targets Playwright 1.61 and recent releases.
Find Agent Skills for popular coding assistants by category.
Project overview
Use this curated directory to browse official resources and community skills for development, productivity, DevOps, data work, writing, and design across multiple coding assistants. It also provides an online search experience and several example skills. Its installer handles only the examples bundled in this repository, not every third-party project listed.
Guide Claude Code to design interfaces aligned with Apple HIG.
Project overview
Apple-Hig-Designer is a Claude Code skill for shaping web and mobile interfaces around Apple Human Interface Guidelines, including typography, system colors, an eight-point spacing grid, component patterns, animation, and accessibility. After installing it at user or project level, users can request Apple-style screens or blend HIG foundations with another visual direction. Bundled React examples, CSS design tokens, and reference material support generation, but it is not a standalone visual design application.
Study how to build document indexing, retrieval, and cited memory for AI applications.
Project overview
Kernel Memory is a reference implementation for turning documents into an AI memory layer through extraction, chunking, indexing, retrieval-augmented generation, and source citations. It can run as an asynchronous service or as an embedded component in .NET applications. The repository is archived and explicitly presented as unsupported research code, so it should be used for learning and architectural reference rather than production deployment.
Apply coding and design guidelines for C# through version 14
Project overview
CSharpGuidelines is a documentation collection for C# through version 14, covering coding rules, design principles, layout conventions, and companion Agent Skills. Teams can read the material on its website or build a full PDF and two-page cheatsheet from the repository, making it useful for shared coding standards and review practices. Building the PDFs requires the .NET 10 SDK and Google Chrome.