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

claude-code-plugins

يحتوي claude-code-plugins على 64 من skills المجمعة من qte77، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
64
Stars
2
محدث
2026-07-05
Forks
1
التغطية المهنية
16 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

triaging-security-report
محللو أمن المعلومات

Verify an external or AI-generated security report against the actual codebase before acting on it. Use when handed a scanner PDF, automated teardown, audit report, or bug-bounty submission — classifies every finding CONFIRMED / OVERSTATED / FALSE-POSITIVE / FABRICATED and salvages the real work items.

2026-07-05
creating-gha
مطوّرو البرمجيات

Creates GitHub Actions for the Marketplace. Use when scaffolding a new action, implementing composite steps, writing BATS tests, or preparing a Marketplace release.

2026-06-21
enforcing-doc-hierarchy
مطوّرو البرمجيات

Audit documentation against its declared hierarchy — broken links, duplicates, misplaced content, stale references, single-source-of-truth enforcement. Use for doc health reviews.

2026-06-21
auditing-readme
مطوّرو البرمجيات

Audit README.md files against best practices for repos, accounts, or orgs. Detects missing sections, stale links, inconsistent formatting, and convention violations. Use when reviewing README quality across one or many repos.

2026-06-21
writing-readme
مطوّرو البرمجيات

Generate or update README.md files across three scopes — repo (with project-type detection), account (GitHub user profile), and org (organization profile). Use when creating, updating, or aligning a README to org conventions.

2026-06-21
auditing-website-accessibility
مطوّرو الويب

Audits website accessibility for WCAG 2.2 AA compliance, generating findings and code fixes. Use when reviewing accessibility, keyboard navigation, screen reader compatibility, or inclusive design.

2026-06-13
auditing-website-seo-geo
مطوّرو الويب

Audits a site's SEO and AI-search (GEO) readiness — meta tags, Open Graph/Twitter, JSON-LD, robots/llms conventions — and generates fixes. Use when reviewing search visibility, social previews, structured data, or LLM/AI-crawler discoverability.

2026-06-13
auditing-code-security
محللو أمن المعلومات

Audit code against OWASP Top 10 vulnerabilities with structured findings. Use when reviewing code for security issues or conducting security audits.

2026-06-12
checking-compliance
المهندسون الإلكترونيون (باستثناء الحاسوب)مهندسو الصحة والسلامة (باستثناء سلامة المناجم)

Generates compliance requirements from CE/FCC/UL standards for a device description. Use when starting a new embedded product, checking regulatory compliance, or generating initial SYS-REQ entries from applicable directives.

2026-06-12
designing-mas-plugins
مطوّرو البرمجيات

Design evaluation plugins following 12-Factor + MAESTRO principles

2026-06-12
securing-mas
محللو أمن المعلومات

Apply OWASP MAESTRO, MITRE ATLAS, NIST AI RMF, and ISO 42001/23894 security frameworks to MAS designs

2026-06-12
implementing-python
مطوّرو البرمجيات

Implements concise, streamlined Python code matching exact architect specifications. Use when writing Python code, creating modules, or when the user asks to implement features in Python.

2026-06-12
reviewing-code
محللو ضمان جودة البرمجيات والمختبرون

Provides concise, focused code reviews matching exact task complexity requirements. Use when reviewing code quality, security, or when the user asks for code review.

2026-06-12
analyzing-contradictions
محللو أبحاث السوق ومتخصصو التسويق

Detect gaps and contradictions across all prior phases; surface cross-phase tensions, unresolved assumptions, and sales/investor objections. Run after `developing-gtm-strategy` (Phase 4).

2026-04-27
analyzing-source-project
محللو أبحاث السوق ومتخصصو التسويق

Assess a source project's technical capabilities. Reads `config/sources.md` and produces a structured capability profile. Use to start the GTM pipeline or evaluate technical differentiators (Phase 0).

2026-04-27
developing-gtm-strategy
محللو أبحاث السوق ومتخصصو التسويق

Develop customer segmentation, channel selection, and a 90-day launch plan from Phase 2 PMF assessment. Run after `validating-product-market-fit` (Phase 3).

2026-04-27
generating-slide-deck
محللو أبحاث السوق ومتخصصو التسويق

Generate an investor or stakeholder presentation from Phase 5 synthesis; produces a structured slide outline with headlines, talking points, and data citations. Run after `synthesizing-research` (Phase 6).

2026-04-27
researching-industry-landscape
محللو أبحاث السوق ومتخصصو التسويق

Map competitive intelligence and industry landscape; produce a competitor map and whitespace analysis. Run alongside `analyzing-source-project` at the start of the GTM pipeline (Phase 1A).

2026-04-27
researching-market
محللو أبحاث السوق ومتخصصو التسويق

Integrate Phase 0 and Phase 1A outputs into TAM/SAM/SOM sizing, buyer personas, and market entry signals. Run after `analyzing-source-project` and `researching-industry-landscape` (Phase 1B).

2026-04-27
synthesizing-research
محللو أبحاث السوق ومتخصصو التسويق

Synthesize all prior research into a unified GTM narrative. Run after `analyzing-contradictions` to prepare for slide deck generation (Phase 5).

2026-04-27
validating-product-market-fit
محللو أبحاث السوق ومتخصصو التسويق

Score product-market fit from Phase 1B market analysis; produce PMF score, evidence matrix, and risk register. Run after `researching-market` (Phase 2).

2026-04-27
generating-interactive-userstory-md
متخصصو إدارة المشاريع

Build UserStory.md interactively via Q&A. Use when the user wants to create a user story document or start the assisted workflow.

2026-04-27
compacting-context
مشغلو إدخال البيانات

Compacts verbose context into structured summary. Use after pollution sources (searches, logs, JSON) or at phase milestones.

2026-04-27
researching-codebase
مطوّرو البرمجيات

Investigates codebase before planning. Use before any non-trivial implementation task to gather context in isolation.

2026-04-27
hardening-codebase
مطوّرو البرمجيات

Audit and tighten codebase quality gates — architecture, lint, types, tests, docs, code review. Use when onboarding a project, before a release, or when validation is too permissive.

2026-04-13
creating-makefile
مطوّرو البرمجيات

Scaffold or review Makefiles following org conventions. Use when creating a new Makefile, auditing an existing one, or adding recipes to a project. Auto-detects project type from the working directory.

2026-04-12
synthesizing-cc-bigpicture
متخصصو إدارة المشاريع

Synthesizes a living big-picture meta-plan from Claude Code sessions, plans, tasks, and team communications. Use when orienting across projects, assessing reasoning modes, or creating a plan-to-plan overview.

2026-04-11
testing-python
محللو ضمان جودة البرمجيات والمختبرون

Writes tests following TDD Red-Green-Refactor (pytest + Hypothesis). Tests behavior, not implementation. Use when writing unit tests, integration tests, or property tests.

2026-04-11
orchestrating-parallel-workers
مطوّرو البرمجيات

Fan out tasks to parallel background agents with independent context windows. Use when work can be split into independent units that benefit from isolated execution.

2026-04-11
mining-session-patterns
علماء البيانات

Extract actionable patterns from Claude Code session JSONL files. Surfaces error→fix sequences, tool failure rates, and cost-per-story signals for compound learning.

2026-04-11
persisting-bigpicture-learnings
موظفو الملفات

Persist bigpicture synthesis as dated snapshots in a learnings hub. Maintains latest pointer + append-only archive for cross-session compound learning.

2026-04-11
handing-off-session
السكرتيرون والمساعدون الإداريون (باستثناء القانوني والطبي والتنفيذي)

Generate structured session handoff notes for cross-session continuity. Use at end of session or when switching context.

2026-04-11
distilling-plan-learnings
متخصصو إدارة المشاريع

Extracts decisions, rejected alternatives, and patterns from recent plans into a persistent learnings document. Use after completing a plan or sprint.

2026-04-11
summarizing-session-end
السكرتيرون والمساعدون الإداريون (باستثناء القانوني والطبي والتنفيذي)

Auto-generates a session summary on SessionEnd. Writes structured notes to ~/.claude/session-summaries/ for use by bigpicture synthesis.

2026-04-11
detecting-secrets
محللو أمن المعلومات

Detect hardcoded secrets, API keys, tokens, and credentials in code and git history. Use when auditing for leaked secrets or before publishing code.

2026-04-11
scanning-dependencies
محللو أمن المعلومات

Scan project dependencies for vulnerabilities, license issues, and supply chain risks. Use when auditing third-party packages or before releases.

2026-04-11
analyzing-cpp-codebase
مطوّرو البرمجيات

Analyzes C++ desktop codebase architecture, dependency graphs, framework detection, and migration assessment. Use when exploring an unfamiliar C++ project or assessing upgrade paths.

2026-04-11
implementing-cpp
مطوّرو البرمجيات

Implements C++17 desktop GUI code with wxWidgets, GTK3, or Qt framework patterns and CMake build system. Use when writing C++ desktop application code, creating GUI components, or implementing framework-specific features.

2026-04-11
reviewing-cpp
محللو ضمان جودة البرمجيات والمختبرون

Reviews C++ desktop code for memory safety, framework anti-patterns, build system issues, and thread safety. Use when reviewing C++ GUI code quality or when the user asks for code review.

2026-04-11
implementing-document-indexing
مطوّرو البرمجيات

Implements document indexing with heading-boundary chunking, embedding, FAISS vector store, and PageIndex-style hybrid retrieval. Use when building RAG pipelines, document search, or memory layers.

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