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

agent-stuff

يحتوي agent-stuff على 23 من skills المجمعة من Lightbridge-KS، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

lightbridge-config
مطوّرو البرمجيات

Bootstrap and manage the personal .lightbridge namespace — per-project config at ~/.lightbridge/projects/<project-key>/config.toml (docs-index, repo-links, research, plans, …) and the rest of the user-level ~/.lightbridge/ tree (handoffs, plans, repos.toml). Use when setting up lightbridge config for a repo, enabling or adding a config section, asking what .lightbridge supports, wiring a new config feature, or locating user-level lightbridge state.

2026-07-16
agentic-architecture
مطوّرو البرمجيات

Explain an existing agentic system — a codebase where an AI agent is the central "CPU" surrounded by agent-native organs (reasoning loop, memory, context, tools, skills, MCP, subagents, hooks) — or design one from requirements. Covers agent runtimes/harnesses and capability/steering packs. Use when the user invokes it by name (`agentic-architecture`) or near-match.

2026-07-15
ax-interface
مطوّرو البرمجيات

The agent-experience ("AX") lens for any interface an AI agent drives — a CLI, MCP server, HTTP/REST API, or library/SDK. Judge an existing surface against the AX principles and prescribe prioritized fixes, or apply the principles while designing a new agent-facing surface. For a descriptive whole-surface doc across all audiences (end user / developer / agent), use `surface-architecture` instead. Use when the user invokes it by name (`ax-interface`) or near-match ("AX analysis", "agent experience of …", "agent-friendly interface").

2026-07-15
codebase-blueprint
مطوّرو البرمجيات

The reconciliation pass between a settled design and the first line of code. Read the design docs, hunt the places they disagree with each other and with the chosen framework, then compile the object model that must satisfy all of them at once — turning prose rules into machine-checked invariants and amending upstream docs it contradicts. Use when design is settled and you are about to build, or when the user invokes it by name (`codebase-blueprint`) or near-match.

2026-07-15
data-architecture
مصممو قواعد البيانات

Explain an existing codebase's data architecture — where data rests (stores, schema) and how it moves (dataflow, lineage) — or design one from requirements. One Markdown doc with Mermaid diagrams. Use when the user invokes it by name (`data-architecture`) or near-match.

2026-07-15
explain-as-notebook
مطوّرو البرمجيات

Decompose a function, method, class, or module of an existing codebase into a runnable notebook that explains it top-down — each piece executed on concrete inputs with real output shown inline. Use when the user invokes it by name (`explain-as-notebook`) or near-match mentioning.

2026-07-15
surface-architecture
مصممو واجهات الويب والرقمية

Explain an existing codebase's user-facing surface — UX/DX/API as seen from outside the boundary, whether the "user" is an end user, developer, or agent — or design that surface from requirements. One Markdown doc with Mermaid diagrams. For a deep agent-only audit against AX principles, use `ax-interface` instead. Use when the user invokes it by name (`surface-architecture`) or near-match.

2026-07-15
system-architecture
مطوّرو البرمجيات

Explain an existing codebase's system architecture, or design one from a PRD or rough ideas — either way one C4-style Markdown doc with Mermaid diagrams. Use when the user invokes it by name (`system-architecture`) or near-match. For fuzzy requirements needing interactive elicitation, use `c4-architect` instead.

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

Shared vocabulary for designing deep modules — terms and principles, no document produced. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary. For the pre-code structure and object-model document, use `codebase-blueprint` (which calls this one).

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

Compact the current conversation into a durable handoff document another agent (any harness, any repo) picks up later — or resume from the latest handoff.

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

Stateful deep-research sessions with resumable file state under docs/research/. Use when the user says /research, "start a research session", or asks to resume or check on one; also when research needs pluggable backends (PubMed MCP) or state that survives interrupts. NOT for quick one-shot fact-checked answers — use the built-in deep-research skill for those.

2026-07-12
switch-pull-prune
مطوّرو البرمجيات

Git workflow: after a PR merges, switch to the base branch, pull, and prune the merged branch. Trigger: 'I've merged the PR' or /switch-pull-prune.

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

Reference for the DCMTK (OFFIS DICOM Toolkit) command-line tools — the canonical CLI for working with DICOM files and DIMSE network services. Use when converting, dumping, anonymizing, or validating DICOM files, or running DIMSE services (C-ECHO/STORE/FIND/MOVE/GET), worklists, or structured reports from the terminal.

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

Reference for driving an Orthanc DICOM server via its REST API — upload/search/download/anonymize DICOM resources, DICOM networking through Orthanc (C-ECHO/STORE/FIND/MOVE/GET), peers/modalities, changes, jobs, PNG/NumPy decoding. Use whenever a task involves Orthanc, even if only an Orthanc URL (e.g. localhost:8042) is mentioned.

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

Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.

2026-07-09
c4-architect
مطوّرو البرمجيات

Transform requirements or rough ideas into C4 diagrams (C1–C3) via phase-gated Q&A — ASCII inline, Mermaid to disk, light DDD-strategic vocabulary. Use when the user wants to design, architect, diagram, or model a system through dialogue, or mentions C4. For compiling already-formed inputs (PRD, settled ideas) into a design doc without elicitation, use `system-architecture` (design mode) instead.

2026-07-09
commit-push-pr
مطوّرو البرمجيات

Git workflow: commit, push, and create/update a draft PR. If a PR exists for the current branch, update its body. Trigger: 'commit push pr' or /commit-push-pr.

2026-07-08
clean-architecture
مطوّرو البرمجيات

How I apply Clean Architecture + DDD — pragmatic, right-sized by complexity tier, reconciled with deep modules. Use when designing, reviewing, or refactoring a codebase's architecture or layering, deciding how much architecture a project needs, or whenever Clean Architecture / DDD / SOLID comes up.

2026-07-08
blindspot-pass
المهن الحاسوبية الأخرى

Map the user's relevant unknown unknowns for a task before planning, then help them sharpen the request. Use when the user asks for a "blindspot pass", says they know little about the area they're about to change, or wants to find out what they don't know before prompting or planning.

2026-07-08
grill-with-docs
متخصصو إدارة المشاريع

A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go.

2026-07-05
domain-modeling
مطوّرو البرمجيات

Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.

2026-07-05
improve-codebase-architecture
مطوّرو البرمجيات

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.

2026-07-02
grilling
متخصصو إدارة المشاريع

Interview the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building, or uses any 'grill' trigger phrases.

2026-07-02
agent-stuff Agent Skills على GitHub | SkillsMP