Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

better_claude_skillz

يحتوي better_claude_skillz على 65 من skills المجمعة من PatriotAgenticLLC، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
65
Stars
3
محدث
2026-07-13
Forks
0
التغطية المهنية
9 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

optimize-context
مطوّرو البرمجيات

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

2026-07-13
a11y-check
مصممو واجهات الويب والرقمية

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

2026-07-01
api-contract
مطوّرو البرمجيات

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

2026-07-01
backend-patterns
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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

2026-07-01
checkpoint
مطوّرو البرمجيات

Create or verify a checkpoint in your workflow

2026-07-01
clickhouse-io
مصممو قواعد البيانات

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

2026-07-01
code-review-ecc
محللو ضمان جودة البرمجيات والمختبرون

Comprehensive security and quality review of uncommitted changes

2026-07-01
code-review
محللو ضمان جودة البرمجيات والمختبرون

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

2026-07-01
coding-standards
مطوّرو البرمجيات

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

2026-07-01
config-audit
مطوّرو البرمجيات

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

2026-07-01
continuous-learning-v2
المهن الحاسوبية الأخرى

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
متخصصو إدارة المشاريع

Create a Product Requirements Document from conversation

2026-07-01
deps-audit
مطوّرو البرمجيات

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

2026-07-01
e2e
محللو ضمان جودة البرمجيات والمختبرون

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
محللو ضمان جودة البرمجيات والمختبرون

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

2026-07-01
eval
محللو ضمان جودة البرمجيات والمختبرون

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

2026-07-01
evolve
المهن الحاسوبية الأخرى

Cluster related instincts into skills, commands, or agents

2026-07-01
execute
مطوّرو البرمجيات

Execute an implementation plan

2026-07-01
execution-report
مطوّرو البرمجيات

Document what was implemented vs planned

2026-07-01
extract-shared
مطوّرو البرمجيات

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

2026-07-01
firecrawl
مطوّرو البرمجيات

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
مطوّرو الويب

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
مطوّرو البرمجيات

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

2026-07-01
golang-patterns
مطوّرو البرمجيات

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

2026-07-01
golang-testing
محللو ضمان جودة البرمجيات والمختبرون

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
مطوّرو البرمجيات

Implement bug fix based on RCA

2026-07-01
init-project
مطوّرو البرمجيات

Initialize new project with standard structure

2026-07-01
instinct-export
المهن الحاسوبية الأخرى

Export instincts for sharing with teammates or other projects

2026-07-01
instinct-import
المهن الحاسوبية الأخرى

Import instincts from teammates, Skill Creator, or other sources

2026-07-01
instinct-status
المهن الحاسوبية الأخرى

Show all learned instincts with their confidence levels

2026-07-01
iterative-retrieval
مطوّرو البرمجيات

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

2026-07-01
lazy
مطوّرو البرمجيات

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
المهن الحاسوبية الأخرى

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

2026-07-01
orchestrate
مطوّرو البرمجيات

Sequential agent workflow for complex tasks

2026-07-01
perf-profile
مطوّرو البرمجيات

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

2026-07-01
plan-ecc
مطوّرو البرمجيات

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

2026-07-01
plan-feature
مطوّرو البرمجيات

Create comprehensive feature plan with deep codebase analysis and research

2026-07-01
postgres-patterns
مصممو قواعد البيانات

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

2026-07-01
prime
مطوّرو البرمجيات

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

2026-07-01
عرض أهم 40 من أصل 65 skills مجمعة في هذا المستودع.