💻 Development
2539 skills found
swiftuice-analyze.md
0
1
export
swiftuice-analyze
2
from
"greenstevester/swiftui-cause-effect-cli"
from
"greenstevester/swiftui-cause-effect-cli"
3
A standalone CLI to record, export, and summarize data from SwiftUI instrument in Instruments — including best-effort extraction of the Cause & Effect Graph introduced with Xcode 26
2025-12-30
skill-template.md
0
1
export
skill-template
2
from
"64andrewwalker/calvin"
from
"64andrewwalker/calvin"
3
Calvin lets you maintain AI rules, commands, and workflows in one place, for cursor, antigravity, codex, claude code, opencode etc.
2026-01-13
code-review.md
0
1
export
code-review
2
from
"tk-425/caller-cli"
from
"tk-425/caller-cli"
3
Caller-CLI is a command-line tool that simplifies your workflow with shortcuts for tricky commands, Git features, and AI assistance.
2025-12-25
code-reviewer.md
0
1
export
code-reviewer
2
from
"mizunomi32/dotconfig"
from
"mizunomi32/dotconfig"
3
コード品質、セキュリティ脆弱性、パフォーマンス問題、ベストプラクティス遵守を評価します。コードレビューやコード品質改善が必要な場合に使用してください。
2025-12-07
today.md
0
1
export
today
2
from
"zopu/dotfiles"
from
"zopu/dotfiles"
3
Get today's date for web searches and date-sensitive tasks. Auto-invoke before any WebSearch that includes a year (e.g., "React 2024", "Python 2025"), when searching for current documentation, latest releases, or recent information. Ensures searches use the correct current year instead of outdated dates.
2026-02-11
frontend-accessibility.md
0
1
export
frontend-accessibility
2
from
"TheophilusChinomona/theochinomona.tech"
from
"TheophilusChinomona/theochinomona.tech"
3
Build accessible user interfaces following WCAG guidelines with semantic HTML, keyboard navigation, screen reader support, and proper color contrast. Use this skill when creating or modifying UI components, implementing form inputs, adding interactive elements, working with navigation menus, creating modals or dialogs, or handling focus management. Apply when working on React component files (*.tsx, *.jsx), Shadcn/ui components, or any frontend code that users interact with. This skill ensures semantic HTML elements (nav, main, button, etc.) that convey meaning to assistive technologies, keyboard navigation with visible focus indicators (focus:ring-2 focus:ring-offset-2 in Tailwind), sufficient color contrast ratios (4.5:1 for normal text), descriptive alt text for images and meaningful labels for form inputs, screen reader testing and verification, ARIA attributes for complex components when semantic HTML isn't sufficient, logical heading structure (h1-h6 in proper order), and proper focus management in dyna
2026-02-07
padel-tournament-expert.md
0
1
export
padel-tournament-expert
2
from
"quarc0o/gopadel"
from
"quarc0o/gopadel"
3
Expert knowledge of Padel tournament formats (Americano & Mexicano). Use this skill when users ask about organizing padel tournaments, pairing algorithms, scoring systems, calculating rankings, or implementing tournament management software for Americano or Mexicano formats.
2025-12-21
incremental-development.md
0
1
export
incremental-development
2
from
"even-wei/incremental-development"
from
"even-wei/incremental-development"
3
Claude Code plugin for structured incremental development workflows
2025-12-22
frontend-design.md
0
1
export
frontend-design
2
from
"nyatinte/.com"
from
"nyatinte/.com"
3
UIコンポーネント、スタイリング、レイアウト、デザインシステムを作成する際にブランド一貫性のあるデザインガイドラインを適用する。フロントエンドコンポーネントの構築、デザイン実装、ビジュアル/UXに関する議論の際に使用。Nyatinte BlogのNord風ダークテーマ(Polar Night背景とFrostアクセント)への準拠を保証する。
2025-12-15
flutter-development.md
0
1
export
flutter-development
2
from
"orgoj/cac-test"
from
"orgoj/cac-test"
3
claude ai code test
2025-12-23
flowredux-refactoring.md
0
1
export
flowredux-refactoring
2
from
"nonabit/flowredux-skills"
from
"nonabit/flowredux-skills"
3
Refactor complex Android/KMP state management code to use FlowRedux state machine pattern. Use this when developers need to transform tangled state logic, multiple LiveData/StateFlow sources, or callback-heavy code into a clean, testable state machine architecture.
2025-12-23
frontend-design.md
0
1
export
frontend-design
2
from
"avimaybee/LightWork"
from
"avimaybee/LightWork"
3
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
2026-02-03
claude-code-meta.md
0
1
export
claude-code-meta
2
from
"artimath/surf-market"
from
"artimath/surf-market"
3
Build Claude Code extensions - skills, agents, hooks, plugins, marketplaces, slash commands. Use when creating Claude Code components, building new skills, writing agents, creating hooks, making plugins, setting up marketplaces, writing slash commands, fixing extension configurations, or troubleshooting Claude Code extensions. Includes builder agents for autonomous creation. Not for looking up docs - use claude-code-docs-reference for that.
2025-12-22
nextjs.md
0
1
export
nextjs
2
from
"gavanduffy/better-chat-bot"
from
"gavanduffy/better-chat-bot"
3
Build Next.js 16 apps with App Router, Server Components/Actions, Cache Components ("use cache"), and async route params. Includes proxy.ts (replaces middleware.ts) and React 19.2.Use when: building Next.js 16 projects, or troubleshooting async params (Promise types), "use cache" directives, parallel route 404s (missing default.js), or proxy.ts CORS.
2025-12-05
morpho-solana-frontend.md
0
1
export
morpho-solana-frontend
2
from
"raunit-dev/morpho-on-solana"
from
"raunit-dev/morpho-on-solana"
3
Build production-ready frontend for Morpho Blue lending protocol on Solana. Covers all 26 program instructions across supply/borrow, flash loans, liquidations, authorization, and admin features. Uses Next.js 14, Anchor client, Jupiter wallet adapter, and Kamino-style UI/UX. Integrates with morpho-solana-builder skill for contract understanding.
2025-12-26
code-ratchets.md
0
1
export
code-ratchets
2
from
"LuckierDodge/skills"
from
"LuckierDodge/skills"
3
Implement code quality ratchets to prevent proliferation of deprecated patterns. Use when (1) migrating away from legacy code patterns, (2) enforcing gradual codebase improvements, (3) preventing copy-paste proliferation of deprecated practices, or (4) setting up pre-commit hooks to count and limit specific code patterns. A ratchet fails if pattern count exceeds OR falls below expected—ensuring patterns never increase and prompting updates when they decrease.
2026-01-27
atomic-components.md
0
1
export
atomic-components
2
from
"felixAnhalt/spotify-playlist-extractor"
from
"felixAnhalt/spotify-playlist-extractor"
3
"My playlist is too big and I wanna listen to music based on vibe" - this tool solves that.
2026-01-25
angular-nx.md
0
1
export
angular-nx
2
from
"rryter/sentinel"
from
"rryter/sentinel"
3
Specialized knowledge for working with Angular 19 and Nx in the Sentinel monorepo. Use when generating components, running tests/builds, or working with the frontend workspace structure.
2026-01-18
frontend-design.md
0
1
export
frontend-design
2
from
"ymat19/dotfiles"
from
"ymat19/dotfiles"
3
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
2026-02-11
api-design.md
0
1
export
api-design
2
from
"cotw-fabier/cosboard"
from
"cotw-fabier/cosboard"
3
Your approach to handling API design. Use this skill when working on files where API design comes into play.
2025-12-02
ellies-frontend-standards.md
0
1
export
ellies-frontend-standards
2
from
"wizzeh/skills"
from
"wizzeh/skills"
3
my skills :)
2026-02-26
system-design.md
0
1
export
system-design
2
from
"RamosFBC/openresidencia"
from
"RamosFBC/openresidencia"
3
Comprehensive system design skill for creating professional software architecture specifications. Use this skill when asked to design systems (e.g., "Design a chat application", "Design an e-commerce platform", "Create system architecture for X"). Generates complete technical specifications with architecture diagrams, database schemas, API designs, scalability plans, security considerations, and deployment strategies. Creates organized spec folders with all documentation following professional software engineering standards, from high-level overview down to detailed implementation specifications.
2025-12-22
discovery-tree-workflow.md
0
1
export
discovery-tree-workflow
2
from
"zgagnon/skills"
from
"zgagnon/skills"
3
Use when planning and tracking work - creates visible, emergent work breakdown using TypeScript API with just-in-time planning and hierarchical task trees
2025-12-23
writing-guidelines.md
0
1
export
writing-guidelines
2
from
"moseoh/mst"
from
"moseoh/mst"
3
Moseoh Setup Tool (MST) - 개인 개발 환경 자동화 및 설정 동기화 CLI
2026-01-19