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

Claudient

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

skills مجمعة
656
Stars
10
محدث
2026-06-23
Forks
3
التغطية المهنية
55 فئات مهنية · 100% مصنفة
مستكشف المستودعات

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

agent-teams
مطوّرو البرمجيات

Orchestrate multi-agent teams in Claude Code — set up coordinated sessions with task delegation, inter-agent communication, and parallel execution

2026-06-23
ultraplan
مطوّرو البرمجيات

Leverage Claude Code's ultra-deep planning mode for complex architecture decisions, multi-file refactors, and system design

2026-06-23
ultrareview
محللو ضمان جودة البرمجيات والمختبرون

Deep code review using Claude Code's thorough analysis mode — security, performance, correctness, and maintainability

2026-06-23
swarm-sandbox
محللو ضمان جودة البرمجيات والمختبرون

Safe isolated testing environment for multi-agent swarm topologies before production deployment

2026-06-22
auto-summarizer
مطوّرو البرمجيات

Automatically summarizes the current session context to prevent token window overflow.

2026-06-22
prune-context
مطوّرو البرمجيات

Claude Code context pruner: slash command to summarize session and reset token bloat

2026-06-19
campaign-tracker
محللو أبحاث السوق ومتخصصو التسويق

Produces a campaign performance summary from session-log.md entries. Reports open rates, reply rates, and meeting conversion rates per sequence. Flags top performers (reply rate >10%) and underperformers (reply rate <3%). Recommends one concrete change per underperforming sequence.

2026-06-17
crm-logger
محللو أبحاث السوق ومتخصصو التسويق

Writes a structured CRM activity log entry from a call note, email event, or meeting outcome. Before writing, checks for an existing entry with the same prospect + date + action hash to prevent duplicates. Returns the formatted log entry for the CRM update and appends to session-log.md.

2026-06-17
email-personalizer
محللو أبحاث السوق ومتخصصو التسويق

Writes one personalized cold email from a completed account research brief. References a specific trigger from the last 90 days in the first two sentences. Under 120 words. Ends with a low-friction question CTA. Returns the draft for human approval — never sends. Flags banned words before output.

2026-06-17
lead-scorer
محللو أبحاث السوق ومتخصصو التسويق

Scores a prospect 0–100 against the AI SDR ICP matrix across 4 dimensions: role seniority, company size, industry fit, and tech stack signals. Returns GO (≥60) / CAUTION (40–59) / NO-GO (<40) with a dimensional breakdown and a one-line decision rationale. Blocks research and outreach for NO-GO prospects unless human overrides.

2026-06-17
meeting-confirmator
محللو أبحاث السوق ومتخصصو التسويق

Writes a meeting confirmation message for a booked discovery call. Includes agenda (3 items), dial-in details placeholder, pre-read link if available, and a 1-sentence prospect context reminder. Personalized to the prospect's trigger and company context. Under 100 words excluding logistics.

2026-06-17
objection-handler
متخصصو العمليات التجارية، جميع الآخرون

Generates a tailored objection response for the four most common SDR objections: price, timing, competitor lock-in, and no-perceived-need. Uses prospect context from the research brief. Under 80 words. Returns draft for human approval before sending.

2026-06-17
response-classifier
متخصصو العمليات التجارية، جميع الآخرون

Classifies an inbound prospect reply by intent: interested / objection / not-now / OOO / referral / unsubscribe / spam. Returns intent label, confidence score (0–100), recommended next action, and a draft response if appropriate. Always surfaces the draft for human approval before sending.

2026-06-17
analytics-troubleshooter
مطوّرو البرمجيات

Diagnoses analytics pipeline issues — missing data, metric mismatches, slow queries, failed dbt runs. Traces through data lineage to identify root cause and prescribes fixes.

2026-06-17
dashboard-qa
محللو ضمان جودة البرمجيات والمختبرون

Audits BI dashboards for accuracy, consistency, and UX. Validates metric calculations, color consistency, drill-down logic, and data freshness. Returns QA report with issues and fixes.

2026-06-17
data-modeling
مصممو قواعد البيانات

Designs and validates normalized or dimensional data models. Assesses schema design for analytics readiness, identifies grain, cardinality, and fact vs. dimension patterns. Outputs entity-relationship diagram and modeling documentation.

2026-06-17
data-quality-auditor
مطوّرو البرمجيات

Audits data quality at source and transformation layers. Identifies missing values, duplicates, outliers, referential integrity issues, and freshness gaps. Returns data quality scorecards and remediation steps.

2026-06-17
dbt-scaffolder
مطوّرو البرمجيات

Generates dbt project structure, model scaffolds, and DAG-ready yaml files. Creates staging, mart, and fact/dimension models with proper documentation and testing hooks. Saves as dbt-compliant yaml and SQL files.

2026-06-17
experiment-analyzer
علماء البيانات

Design and analyze A/B tests and experiments — sample size, statistical significance, and result interpretation

2026-06-17
metrics-definition
محللو أبحاث السوق ومتخصصو التسويق

Defines business metrics with precision — formula, grain, calculation window, data source, and edge cases. Creates a metrics registry with unambiguous specifications to prevent dashboard drift and calculation mismatches.

2026-06-17
sql-optimizer
مطوّرو البرمجيات

Analyzes and optimizes SQL queries for performance, readability, and cost efficiency. Identifies missing indexes, execution plan bottlenecks, and refactoring opportunities. Returns optimized query with before/after metrics.

2026-06-17
api-test-generator
محللو ضمان جودة البرمجيات والمختبرون

Generate comprehensive API test suites — contract tests, integration tests, and load tests from OpenAPI specs

2026-06-17
auth-flow-designer
مطوّرو البرمجيات

Design secure authentication and authorization flows — OAuth2, JWT, API keys, and RBAC for APIs

2026-06-17
error-handler-designer
مطوّرو البرمجيات

Design consistent, actionable error response schemas with proper HTTP status codes and error categorization

2026-06-17
openapi-spec-writer
مطوّرو البرمجيات

Generate comprehensive OpenAPI 3.1 specifications from API design requirements and existing endpoints

2026-06-17
rate-limiter-designer
مطوّرو البرمجيات

Design rate limiting and throttling strategies for APIs with proper headers, quotas, and backpressure handling

2026-06-17
sdk-generator
مطوّرو البرمجيات

Generate typed client SDKs from OpenAPI specifications for TypeScript, Python, Go, and other languages

2026-06-17
versioning-strategist
مطوّرو البرمجيات

Design API versioning strategies — URL path, header, or query parameter versioning with deprecation planning

2026-06-17
webhook-builder
مطوّرو البرمجيات

Design and implement webhook systems with payload signing, retry logic, and delivery monitoring

2026-06-17
client-analyzer
محللو الإدارة

Profiles a B2B company across 5 dimensions: financial position, organizational structure, technology stack, competitive landscape, and stated pain points. Produces a 1–2 page diagnostic summary with firmographic data, org chart sketch, tech inventory, competitor positioning, and prioritized pain points.

2026-06-17
deal-structurer
محللو الإدارة

Creates commercial term sheet for B2B consulting engagement, M&A transaction, partnership, or investment. Covers pricing model, payment schedule, SLAs, warranties, termination, and contingencies. Output: 2–3 page term sheet with executive summary, key terms, risk allocation, and legal handoff instructions.

2026-06-17
engagement-logger
محللو الإدارة

Auto-logs consulting engagement activity, recommendations delivered, client feedback, and outcomes to session-log.md. Triggered after each deliverable or client interaction. Maintains structured record of all advisory work for follow-up, billing verification, and case study documentation.

2026-06-17
opportunity-identifier
محللو الإدارة

Identifies 5–7 high-impact opportunities for a B2B client using MECE (Mutually Exclusive, Collectively Exhaustive) analysis across business functions, customer segments, and revenue levers. Ranks each opportunity by impact vs. implementation effort with 2-3 sentence rationale. Output: 1–2 page opportunity list with ROI estimates and success metrics.

2026-06-17
risk-assessor
محللو الإدارة

Identifies, rates, and mitigates key execution risks for strategic recommendations, organizational changes, or deal structures. Produces risk register with impact/probability matrix, mitigation strategies, contingency triggers, and escalation paths. Output: 1–2 page risk assessment document with prioritized risk list and response plan.

2026-06-17
strategy-designer
محللو الإدارة

Designs a 90-day strategic roadmap with 3 phases (Foundation / Build / Scale), milestone deadlines, resource requirements, success metrics, and dependency mapping. Output: 3–5 page strategic roadmap document with phase details, executive summary, risk flags, and monthly checkpoint calendar.

2026-06-17
bioinformatics-pipeline-builder
علماء الأحياء، جميع الآخرون

Designs and documents bioinformatics analysis pipelines for genomics, transcriptomics, and proteomics data. Outputs reproducible pipeline definitions with tool versions, parameters, and quality control checkpoints.

2026-06-17
experiment-protocol-designer
علماء الأحياء، جميع الآخرون

Designs rigorous biological experiment protocols with power analysis, control strategy, randomization plan, and step-by-step methodology. Outputs a structured protocol document with exact reagent concentrations, timing, and sample size justification.

2026-06-17
grant-proposal-drafter
علماء الطب (باستثناء علماء الأوبئة)

Drafts NIH/NSF-style grant proposals with structured Specific Aims, Research Strategy, and budget justification. Follows agency-specific formatting requirements and review criteria alignment.

2026-06-17
lab-notebook-writer
علماء الأحياء، جميع الآخرون

Creates structured electronic lab notebook entries with complete experimental records including materials, conditions, observations, deviations, and raw data references. Entries follow FAIR data principles.

2026-06-17
literature-reviewer
علماء الأوبئة

Performs systematic literature reviews with structured search strategies, inclusion/exclusion criteria, and evidence synthesis. Outputs a PRISMA-style summary with evidence quality assessment and gap analysis.

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