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

lemonharness

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

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

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

commit
مطوّرو البرمجيات

Smart commit with Conventional Commits: groups logical changes, infers type + scope from file paths, and generates messages in `<type>(<scope>): <description>` format.

2026-07-11
refactoring-loop
مطوّرو البرمجيات

Iterative quality gate hardening loop — run the gate, parse failures, fix each failing category with a fresh-context delegate, re-run until all gates pass or diminishing returns are hit.

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

Relentless quality loop: alternate between a fresh-context implementer and a fresh-context reviewer until only diminishing-return issues remain. The reviewer is advisory-only (no state changes). The implementer starts fresh each cycle, unanchored from prior attempts. Terminates when max severity ≤ 3 for two consecutive cycles or the severity trend is flat.

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

Compact the current conversation into a handoff document for a fresh agent to pick up next session. Includes current phase, workspace state, memory state, and suggested skills.

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

Investigate a question against primary sources (official docs, arXiv papers, Semantic Scholar, source code, specs, first-party APIs) using the web_search tool. Writes structured findings as a Markdown file. Use when the user wants a topic researched, docs gathered, API facts investigated, or reading legwork delegated. Maps to P1 Explore phase.

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

Meta-cognitive improvement loop: reflect on errors, learn patterns, codify guardrails. The skill that rewrites skills. Always loaded.

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

Contract-first API design: schema-first (OpenAPI/gRPC/GraphQL), backward compatibility, consistent error responses, idempotency, cursor pagination, versioning. Use when designing or evolving an HTTP, gRPC, or GraphQL API.

2026-07-07
bio-design
مطوّرو البرمجيات

Computational biology guardrails: stable API retrieval from biological databases, biological validity constraints (amino acid / DNA alphabets), synthesis constraints (GC content, repeats), and data provenance. Use for protein design, DNA/RNA analysis, molecular dynamics.

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

Database engineering: schema migrations (expand-migrate-contract), N+1 prevention, indexing discipline, connection pooling, transaction boundaries, and data integrity constraints. Use for SQL/NoSQL tasks involving persistence, ORMs, or data modelling.

2026-07-07
engineering-practices
مطوّرو البرمجيات

Engineering guardrails for every task: TDD (red-green-refactor), simplicity (KISS/YAGNI), complexity thresholds, and code review readiness checks. Always loaded.

2026-07-07
error-resilience
مطوّرو البرمجيات

Failure-handling patterns for distributed systems: timeouts on every external call, retry with exponential backoff, circuit breakers, bulkheads, and graceful degradation. Use for microservices, reliability-critical components, or any system with network deps.

2026-07-07
frontend-design
مصممو واجهات الويب والرقمية

Distinctive visual UI design: research the subject's own visual vernacular, build a token system (color, type, layout, signature), critique against defaults, then code. Use when building or reshaping a user-facing UI where templated defaults won't do.

2026-07-07
game-logic
مطوّرو البرمجيات

Game development rules: formal rule encoding, immutable state transitions, bounded AI search (minimax/MCTS), and independent win/draw/loss verification. Use for board games, card games, turn-based strategies, or any game with defined rules.

2026-07-07
general-rules
مطوّرو البرمجيات

Cross-cutting execution guardrails for all tasks: workspace discipline, verification closures, quality gates, and data integrity rules. Always loaded as the base skill.

2026-07-07
ml-workflows
علماء البيانات

ML reproducibility and artifact discipline: train/val/test separation, random seed recording, metric validation against task goals, checkpoint management. Use for any ML, DL, or data science task.

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

Production observability: structured logging (JSON, trace context), RED metrics (rate/errors/duration) per endpoint, USE metrics for infrastructure, distributed tracing, health checks, SLOs and burn-rate alerting. Use for any service-oriented or production-deployed system.

2026-07-07
security-practices
محللو أمن المعلومات

Secure-by-default engineering: OWASP Top 10 prevention, input validation (allowlist, canonicalize, reject), auth (short-lived tokens, least privilege), secrets management, dependency hygiene, output encoding, security headers. Use for any task involving user input, network access, or data storage.

2026-07-07
systems-recovery
مديرو الشبكات وأنظمة الحاسوب

Disaster response and systems recovery: controlled execution paths, backup-first discipline, build/runtime probes, and checkpoint-based rollback. Use for debugging crashes, data recovery, failover scenarios, or infrastructure repair.

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

Testing pyramid strategy: property-based over example-based, contract testing at boundaries, mutation coverage, fuzzing for unstructured inputs. Use when correctness and regression resistance matter.

2026-07-07
vision-media
مطوّرو البرمجيات

Computer vision and media processing: CLI interface stability, coordinate alignment (row-major vs column-major), shape consistency after transformations, and output validation. Use for image processing, video analysis, object detection, segmentation.

2026-07-07
writing-great-skills
المهن الحاسوبية الأخرى

Reference for writing and editing skills well — the vocabulary and principles (predictability, information hierarchy, leading words, completion criteria, progressive disclosure) that make a skill predictable and low-load. Use when creating a new skill, reviewing an existing one, or pruning a skill that has grown stale.

2026-07-07
harness-memory
مطوّرو البرمجيات

Dual-representation memory and learning system for code agents. Implements event-sourced experience logging, pattern distillation, pre-action governance, and risk-sensitive retrieval.

2026-07-05