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

softwaresalt

عرض على مستوى المستودعات لـ 106 skills مجمعة عبر 6 مستودعات GitHub.

skills مجمعة
106
مستودعات
6
محدث
2026-07-14
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

#01
csv-managed
33 skills · 2026-05-21
مطوّرو البرمجياتمتخصصو إدارة المشاريعمحللو ضمان جودة البرمجيات والمختبرونمحللو أمن المعلوماتالكتّاب التقنيونالمحررون
6 فئات مهنية · 100% مصنفة
31%الحصة
#02
backlogit
30 skills · 2026-07-14
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمتخصصو إدارة المشاريععلماء البياناتمحللو أمن المعلوماتمديرو الشبكات وأنظمة الحاسوب
6 فئات مهنية · 100% مصنفة
28%الحصة
#03
agent-intercom
17 skills · 2026-06-28
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمتخصصو إدارة المشاريعمحللو أمن المعلومات
4 فئات مهنية · 100% مصنفة
16%الحصة
#04
agent-engram
12 skills · 2026-05-11
مطوّرو البرمجياتمتخصصو إدارة المشاريعمحللو ضمان جودة البرمجيات والمختبرونمحللو أمن المعلومات
4 فئات مهنية · 100% مصنفة
11%الحصة
#05
docline
8 skills · 2026-05-30
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمحللو أمن المعلومات
3 فئات مهنية · 100% مصنفة
7.5%الحصة
#06
graphtor-docs
6 skills · 2026-07-09
محللو ضمان جودة البرمجيات والمختبرونمطوّرو البرمجياتمحللو أمن المعلومات
3 فئات مهنية · 100% مصنفة
5.7%الحصة
مستكشف المستودعات

المستودعات و skills الممثلة

build-feature
مطوّرو البرمجيات

Usage: Build feature {spec-name} phase {phase-number}. Implements a single phase from the spec's task plan, iterating build-test cycles until the phase passes its constitution gate, then records memory, logs decisions, and commits.

2026-05-21
acquire-codebase-knowledge
مطوّرو البرمجيات

Use this skill when the user asks to map, document, or onboard into an existing codebase. Produces structured documentation covering stack, structure, architecture, conventions, integrations, testing, and concerns. Only documents what is verifiable from files or terminal output — never infers or assumes.

2026-05-21
brainstorming
متخصصو إدارة المشاريع

Use before any creative work — creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements, and design through collaborative dialogue before implementation.

2026-05-21
browser-automation
مطوّرو البرمجيات

Browser automation skill. Drives agent-browser through structured navigate→snapshot→interact→re-snapshot flows with authentication support, form automation, visual verification, and explicit human checkpoints for external flows.

2026-05-21
changelog-generator
مطوّرو البرمجيات

Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes.

2026-05-21
debugging
مطوّرو البرمجيات

Systematic root-cause debugging with verification. Use for errors, stack traces, broken tests, flaky tests, regressions, or anything not working as expected.

2026-05-21
document-review
متخصصو إدارة المشاريع

Structural review of documents for gaps, clarity, completeness, and organization. Use when a brainstorm, plan, spec, ADR, or any doc needs polish before the next workflow step.

2026-05-21
harness-architect
مطوّرو البرمجيات

Scaffolds compilable but failing test harnesses for feature and chore tasks

2026-05-21
عرض أهم 8 من أصل 33 skills مجمعة في هذا المستودع.
spike
مطوّرو البرمجيات

Time-boxed investigation of a technical question, feasibility study, or proof-of-concept — produces a findings artifact with a recommendation and optional backlog linkage

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

Time-boxed investigation of a technical question, feasibility study, or proof-of-concept — produces a findings artifact with a recommendation and optional backlog linkage

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

Usage: Build feature {task-id} with harness {harness-cmd}. Implements a requested feature by continuously looping a fast worker agent against a strict, passing-import but failing test harness until success is achieved.

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

Review and maintain institutional learnings in docs/compound/ so the compound library stays accurate, deduplicated, and evidence-backed

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

Risk-triggered plan reinforcement that deepens verification, rollback, and guardrail detail before plan review

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

Manages the full PR lifecycle: creation, review comment handling, CI remediation, and user-approved merge

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

Structured code review using tiered persona subagents, confidence-gated findings, and a merge/dedup pipeline. Use when reviewing code changes before creating a PR, as a build gate, or for standalone review.

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

Decomposes a reviewed implementation plan into backlog feature/task/subtask hierarchy

2026-07-03
عرض أهم 8 من أصل 30 skills مجمعة في هذا المستودع.
browser-automation
مطوّرو البرمجيات

Browser automation skill. Drives agent-browser through structured navigate→snapshot→interact→re-snapshot flows with authentication support, form automation, visual verification, and explicit human checkpoints for external flows.

2026-06-28
iterative-experiment
مطوّرو البرمجيات

Autonomous iterative experimentation loop. Defines a measurable goal, establishes a baseline, then iterates modify→commit→measure→keep/revert until the goal is met or the budget is exhausted. Persists a TSV experiment log under the configured results directory.

2026-06-28
shipment-reconcile
مطوّرو البرمجيات

GI/GR reconciliation gate for shipment manifests — verifies every manifest item exists in queue (pre-mode) or archive (post-mode) with the expected status before or after backlogit_ship_shipment runs.

2026-06-28
harness-doctor
مطوّرو البرمجيات

On-demand harness health diagnostic. Checks manifest presence, version drift, file integrity, cross-reference validity, MCP tool availability, and template variable residue. Produces a per-category graded health report.

2026-06-28
security-audit
محللو أمن المعلومات

Multi-phase security audit skill. Scans agentic config surfaces and application source for OWASP Top 10 vulnerabilities, STRIDE threats, and config hygiene issues. Produces a scored, graded report persisted to the configured security docs directory (default: docs/security).

2026-06-28
harness-architect
محللو ضمان جودة البرمجيات والمختبرون

Scaffolds compilable but failing test harnesses for feature and chore tasks

2026-04-14
harvest
متخصصو إدارة المشاريع

Decomposes a reviewed implementation plan into backlog feature/task/subtask hierarchy

2026-04-14
plan-review
مطوّرو البرمجيات

Multi-persona review gate for implementation plans. Validates architectural soundness, scope boundaries, and coding standards compliance before the harvest skill decomposes a plan into work items.

2026-04-14
عرض أهم 8 من أصل 17 skills مجمعة في هذا المستودع.
harness-architect
محللو ضمان جودة البرمجيات والمختبرون

Scaffolds compilable but failing test harnesses for feature and chore tasks

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

Structured code review using tiered persona subagents, confidence-gated findings, and a merge/dedup pipeline. Use when reviewing code changes before creating a PR, as a build gate, or for standalone review.

2026-05-11
harness-doctor
محللو ضمان جودة البرمجيات والمختبرون

On-demand harness health diagnostic. Checks manifest presence, version drift, file integrity, cross-reference validity, MCP tool availability, and template variable residue. Produces a per-category graded health report.

2026-05-11
harvest
متخصصو إدارة المشاريع

Decomposes a reviewed implementation plan into backlog feature/task/subtask hierarchy

2026-05-11
plan-review
متخصصو إدارة المشاريع

Multi-persona review gate for implementation plans. Validates architectural soundness, scope boundaries, and coding standards compliance before the harvest skill decomposes a plan into work items.

2026-05-11
security-audit
محللو أمن المعلومات

Multi-phase security audit skill. Scans agentic config surfaces and application source for OWASP Top 10 vulnerabilities, STRIDE threats, and config hygiene issues. Produces a scored, graded report persisted to the configured security docs directory (default: docs/security).

2026-05-11
pr-lifecycle
مطوّرو البرمجيات

Manages the full PR lifecycle: creation, review comment handling, CI remediation, and user-approved merge

2026-04-26
compact-context
مطوّرو البرمجيات

Scan .copilot-tracking/ for stale or oversized tracking artifacts, produce compacted summaries, and archive originals. Use when tracking files accumulate beyond thresholds that degrade agent context quality.

2026-03-29
عرض أهم 8 من أصل 12 skills مجمعة في هذا المستودع.
iterative-experiment
مطوّرو البرمجيات

Autonomous iterative experimentation loop. Defines a measurable goal, establishes a baseline, then iterates modify→commit→measure→keep/revert until the goal is met or the budget is exhausted. Persists a TSV experiment log under the configured results directory.

2026-05-30
harness-architect
محللو ضمان جودة البرمجيات والمختبرون

Scaffolds compilable but failing test harnesses for feature and chore tasks

2026-05-30
harness-doctor
محللو ضمان جودة البرمجيات والمختبرون

On-demand harness health diagnostic. Checks manifest presence, version drift, file integrity, cross-reference validity, MCP tool availability, and template variable residue. Produces a per-category graded health report.

2026-05-30
harvest
مطوّرو البرمجيات

Decomposes a reviewed implementation plan into backlog feature/task/subtask hierarchy

2026-05-30
plan-review
مطوّرو البرمجيات

Multi-persona review gate for implementation plans. Validates architectural soundness, scope boundaries, and coding standards compliance before the harvest skill decomposes a plan into work items.

2026-05-30
review
محللو ضمان جودة البرمجيات والمختبرون

Structured code review using tiered persona subagents, confidence-gated findings, and a merge/dedup pipeline. Use when reviewing code changes before creating a PR, as a build gate, or for standalone review.

2026-05-30
security-audit
محللو أمن المعلومات

Multi-phase security audit skill. Scans agentic config surfaces and application source for OWASP Top 10 vulnerabilities, STRIDE threats, and config hygiene issues. Produces a scored, graded report persisted to the configured security docs directory (default: docs/security).

2026-05-30
shipment-reconcile
مطوّرو البرمجيات

GI/GR reconciliation gate for shipment manifests — verifies every manifest item exists in queue (pre-mode) or archive (post-mode) with the expected status before or after backlogit_ship_shipment runs.

2026-05-30
harness-architect
محللو ضمان جودة البرمجيات والمختبرون

Scaffolds compilable but failing test harnesses for feature and chore tasks

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

Structured code review using tiered persona subagents, confidence-gated findings, and a merge/dedup pipeline. Use when reviewing code changes before creating a PR, as a build gate, or for standalone review.

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

Manages the full PR lifecycle: creation, review comment handling, CI remediation, and user-approved merge

2026-07-09
shipment-reconcile
مطوّرو البرمجيات

GI/GR reconciliation gate for shipment manifests — verifies every manifest item exists in queue (pre-mode) or archive (post-mode) with the expected status, and closes shipments with the single-artifact safe-close procedure that archives ONLY manifest item IDs with a verify-after-each invariant + git-revert-on-cascade instead of the destructive cascade backlogit_ship_shipment.

2026-07-09
harness-doctor
محللو ضمان جودة البرمجيات والمختبرون

On-demand harness health diagnostic. Checks manifest presence, version drift, file integrity, cross-reference validity, MCP tool availability, and template variable residue. Produces a per-category graded health report.

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

Multi-phase security audit skill. Scans agentic config surfaces and application source for OWASP Top 10 vulnerabilities, STRIDE threats, and config hygiene issues. Produces a scored, graded report persisted to the configured security docs directory (default: docs/security).

2026-05-20
عرض 6 من أصل 6 مستودعات
تم تحميل كل المستودعات