Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

better_claude_skillz

better_claude_skillz contient 65 skills collectées depuis PatriotAgenticLLC, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
65
Stars
3
mis à jour
2026-07-13
Forks
0
Couverture métier
9 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

optimize-context
Développeurs de logiciels

Scan project, then generate or reconcile .primeignore patterns for smarter /prime loading

2026-07-13
a11y-check
Concepteurs web et d'interfaces numériques

Run WCAG accessibility audits on frontend projects. Checks HTML semantics, ARIA usage, color contrast, and keyboard navigation patterns.

2026-07-01
api-contract
Développeurs de logiciels

Generate OpenAPI specs from code, validate API contracts, and check for breaking changes between versions.

2026-07-01
backend-patterns
Développeurs de logiciels

Backend architecture patterns, API design, database optimization, and server-side best practices for Node.js, Express, and Next.js API routes.

2026-07-01
build-fix
Développeurs de logiciels

Incrementally fix TypeScript and build errors one at a time with verification. Invokes the build-error-resolver agent.

2026-07-01
checkpoint
Développeurs de logiciels

Create or verify a checkpoint in your workflow

2026-07-01
clickhouse-io
Architectes de bases de données

ClickHouse database patterns, query optimization, analytics, and data engineering best practices for high-performance analytical workloads.

2026-07-01
code-review-ecc
Analystes en assurance qualité des logiciels et testeurs

Comprehensive security and quality review of uncommitted changes

2026-07-01
code-review
Analystes en assurance qualité des logiciels et testeurs

Technical code review for quality and bugs that runs pre-commit

2026-07-01
coding-standards
Développeurs de logiciels

Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.

2026-07-01
config-audit
Développeurs de logiciels

Evaluate the full Claude Code configuration stack for duplication, security, staleness, consistency, coverage gaps, optimization, and innovation opportunities.

2026-07-01
continuous-learning-v2
Autres occupations informatiques

Instinct-based learning system that observes sessions via hooks, creates atomic instincts with confidence scoring, and evolves them into skills/commands/agents.

2026-07-01
create-prd
Spécialistes en gestion de projets

Create a Product Requirements Document from conversation

2026-07-01
deps-audit
Développeurs de logiciels

Scan one or more projects for dependency vulnerabilities, outdated packages, and cross-project version conflicts.

2026-07-01
e2e
Analystes en assurance qualité des logiciels et testeurs

Generate and run end-to-end tests with Playwright. Creates test journeys, runs tests, captures screenshots/videos/traces, and uploads artifacts.

2026-07-01
eval-harness
Analystes en assurance qualité des logiciels et testeurs

Formal evaluation framework for Claude Code sessions implementing eval-driven development (EDD) principles

2026-07-01
eval
Analystes en assurance qualité des logiciels et testeurs

Manage eval-driven development workflow with define, check, report, and list operations

2026-07-01
evolve
Autres occupations informatiques

Cluster related instincts into skills, commands, or agents

2026-07-01
execute
Développeurs de logiciels

Execute an implementation plan

2026-07-01
execution-report
Développeurs de logiciels

Document what was implemented vs planned

2026-07-01
extract-shared
Développeurs de logiciels

Identify cross-project code duplication and generate candidates for a shared utility package.

2026-07-01
firecrawl
Développeurs de logiciels

Web scraping, search, and crawling via the Firecrawl CLI. Use when asked to scrape a URL, fetch a page, read an article, research a topic online, look something up, search the web, find information about a website, check a competitor, pull documentation, extract data from a site, get the content of a URL, web search, or fetch any webpage. Handles JS-heavy pages, bot-protected sites (Cloudflare), PDFs, and multi-page crawls. Trigger words: scrape, fetch, search the web, read this URL, get this page, crawl, research online, competitor research, pricing page, docs page, download a site, find articles about, web research, browse, extract from this URL.

2026-07-01
frontend-design
Développeurs web

Create 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. Has a library of 9 curated design examples (including one multi-page SaaS site) that can be referenced, blended, or adapted to any brand or context. Trigger words include design, build, style, beautify, UI, frontend, landing page, dashboard, website, component, mockup, prototype.

2026-07-01
frontend-patterns
Développeurs de logiciels

Frontend development patterns for React, Next.js, state management, performance optimization, and UI best practices.

2026-07-01
golang-patterns
Développeurs de logiciels

Idiomatic Go patterns, best practices, and conventions for building robust, efficient, and maintainable Go applications.

2026-07-01
golang-testing
Analystes en assurance qualité des logiciels et testeurs

Go testing patterns including table-driven tests, subtests, benchmarks, fuzzing, and test coverage. Follows TDD methodology with idiomatic Go practices.

2026-07-01
implement-fix
Développeurs de logiciels

Implement bug fix based on RCA

2026-07-01
init-project
Développeurs de logiciels

Initialize new project with standard structure

2026-07-01
instinct-export
Autres occupations informatiques

Export instincts for sharing with teammates or other projects

2026-07-01
instinct-import
Autres occupations informatiques

Import instincts from teammates, Skill Creator, or other sources

2026-07-01
instinct-status
Autres occupations informatiques

Show all learned instincts with their confidence levels

2026-07-01
iterative-retrieval
Développeurs de logiciels

Pattern for progressively refining context retrieval to solve the subagent context problem

2026-07-01
lazy
Développeurs de logiciels

Enforce minimal-code discipline — write the least code that fully works. Applies a YAGNI/stdlib-first decision ladder before generating code. Use when writing or revising code, reviewing a diff for over-engineering, or auditing a repo for needless complexity. Trigger words include lazy, minimize, simplify, YAGNI, over-engineered, "least code", "do we need this".

2026-07-01
learn
Autres occupations informatiques

Analyze the current session and extract reusable patterns worth saving as skills

2026-07-01
orchestrate
Développeurs de logiciels

Sequential agent workflow for complex tasks

2026-07-01
perf-profile
Développeurs de logiciels

Profile Python and Node.js application performance. Identify slow endpoints, memory leaks, and CPU bottlenecks.

2026-07-01
plan-ecc
Développeurs de logiciels

Restate requirements, assess risks, and create step-by-step implementation plan. WAIT for user CONFIRM before touching any code.

2026-07-01
plan-feature
Développeurs de logiciels

Create comprehensive feature plan with deep codebase analysis and research

2026-07-01
postgres-patterns
Architectes de bases de données

PostgreSQL database patterns for query optimization, schema design, indexing, and security.

2026-07-01
prime
Développeurs de logiciels

Load project context. Use at the start of every session. Supports quick (default) and full modes.

2026-07-01
Affichage des 40 principaux skills collectés sur 65 dans ce dépôt.