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

altk-evolve

يحتوي altk-evolve على 46 من skills المجمعة من AgentToolkit، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

evolve-lite-synthesize-skill
المهن الحاسوبية الأخرى

Convert a saved trajectory into a reusable agent skill (SKILL.md + supporting scripts) that future agents can invoke to skip rediscovered work. Use when a session captured a non-trivial workflow worth promoting from a free-text guideline to an executable skill.

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

Convert a saved trajectory into a reusable agent skill (SKILL.md + supporting scripts) that future agents can invoke to skip rediscovered work. Use when a session captured a non-trivial workflow worth promoting from a free-text guideline to an executable skill.

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

Convert a saved trajectory into a reusable agent skill (SKILL.md + supporting scripts) that future agents can invoke to skip rediscovered work. Use when a session captured a non-trivial workflow worth promoting from a free-text guideline to an executable skill.

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

Convert a saved trajectory into a reusable agent skill (SKILL.md + supporting scripts) that future agents can invoke to skip rediscovered work. Use when a session captured a non-trivial workflow worth promoting from a free-text guideline to an executable skill.

2026-07-08
evolve-lite-adapt-memory
المهن الحاسوبية الأخرى

Mirror a just-saved native memory into the shared evolve store so it becomes shareable and auditable

2026-06-25
evolve-lite-provenance
مطوّرو البرمجيات

Analyze saved trajectories and recall audit events offline to record whether recalled guidelines influenced completed sessions.

2026-06-25
adapt-memory
مطوّرو البرمجيات

Mirror a just-saved native memory into the shared evolve store so it becomes shareable and auditable

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

Diagnose evolve health on Claude — verify the CLAUDE.md @import is actually loading the thin EVOLVE.md into sessions

2026-06-25
provenance
مطوّرو البرمجيات

Analyze saved trajectories and recall audit events offline to record whether recalled guidelines influenced completed sessions.

2026-06-25
adapt-memory
مطوّرو البرمجيات

Mirror a just-saved native memory into the shared evolve store so it becomes shareable and auditable

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

Diagnose evolve health on Claude — verify the CLAUDE.md @import is actually loading the thin EVOLVE.md into sessions

2026-06-25
provenance
مطوّرو البرمجيات

Analyze saved trajectories and recall audit events offline to record whether recalled guidelines influenced completed sessions.

2026-06-25
provenance
مطوّرو البرمجيات

Analyze saved trajectories and recall audit events offline to record whether recalled guidelines influenced completed sessions.

2026-06-25
agent-wiki-consolidate-guidelines
المهن الحاسوبية الأخرى

Read all atomic guidelines in wiki-twobatch/guidelines/ and propose themed clusters that group near-duplicates. Writes cluster pages and updates _config.yaml; originals are preserved with a `superseded_by:` backref.

2026-06-10
agent-wiki-consult
المهن الحاسوبية الأخرى

Consult an agent-wiki for guidelines relevant to the task at hand. The wiki itself documents how to retrieve from it (AGENTS.md). Use this skill once you know what task or sub-task you're about to do — not at session start.

2026-06-10
agent-wiki-extract-guidelines
المهن الحاسوبية الأخرى

Read a normalized Claude Code trajectory JSON and extract reusable guidelines into wiki-twobatch/guidelines/. Use when mining saved trajectories for reusable lessons.

2026-06-10
agent-wiki-ingest
المهن الحاسوبية الأخرى

Ingest one or more agent trajectories (raw bob/claude traces or normalized JSON) into an agent-wiki end-to-end — convert, summarize, extract guidelines, synthesize skills, consolidate into clusters, and catalog. Use when you have a batch of traces to turn into a wiki in one pass.

2026-06-10
agent-wiki-summarize
المهن الحاسوبية الأخرى

Read a normalized Claude Code trajectory JSON and write an episodic summary page to wiki-twobatch/summaries/. Use when summarizing one or more saved trajectories into the agent wiki.

2026-06-10
agent-wiki-synthesize-skill
المهن الحاسوبية الأخرى

Read a normalized Claude Code trajectory JSON and produce a wiki-resident SKILL.md page that future agents can invoke. Use when a trajectory captured a non-trivial successful workflow worth promoting from a free-text guideline to an executable, callable artifact.

2026-06-10
agent-wiki-tasks
المهن الحاسوبية الأخرى

Discover task families across summaries and write per-family comparison pages with findings narrative. Updates wiki-twobatch/_config.yaml task definitions and writes tasks/<slug>__task.md.

2026-06-10
evolve-lite-publish
مطوّرو البرمجيات

Publish a private guideline to a configured write-scope repo.

2026-06-01
evolve-lite-subscribe
مطوّرو البرمجيات

Add a shared guidelines repo (read-scope subscription or write-scope publish target) to the unified repos list.

2026-06-01
evolve-lite-sync
مطوّرو البرمجيات

Pull the latest guidelines from every configured repo (read- and write-scope).

2026-06-01
evolve-lite-unsubscribe
مطوّرو البرمجيات

Remove a repo from the unified repos list and delete its local clone.

2026-06-01
publish
مطوّرو البرمجيات

Publish a private guideline to a configured write-scope repo.

2026-06-01
subscribe
مطوّرو البرمجيات

Add a shared guidelines repo (read-scope subscription or write-scope publish target) to the unified repos list.

2026-06-01
sync
مطوّرو البرمجيات

Pull the latest guidelines from every configured repo (read- and write-scope).

2026-06-01
unsubscribe
المهن الحاسوبية الأخرى

Remove a repo from the unified repos list and delete its local clone.

2026-06-01
learn
المهن الحاسوبية الأخرى

Must be used near the end of any non-trivial turn that produced potentially reusable tools, guidance, errors, workarounds, or workflows, so those lessons are saved for future turns.

2026-06-01
publish
المهن الحاسوبية الأخرى

Publish a private guideline to a configured write-scope repo.

2026-06-01
recall
المهن الحاسوبية الأخرى

Must be used at the start of any non-trivial task involving code changes, debugging, repo exploration, file inspection, or environment/tooling investigation to surface stored guidance before analysis or tool use.

2026-06-01
subscribe
المهن الحاسوبية الأخرى

Add a shared guidelines repo (read-scope subscription or write-scope publish target) to the unified repos list.

2026-06-01
sync
المهن الحاسوبية الأخرى

Pull the latest guidelines from every configured repo (read- and write-scope).

2026-06-01
unsubscribe
المهن الحاسوبية الأخرى

Remove a repo from the unified repos list and delete its local clone.

2026-06-01
publish
المهن الحاسوبية الأخرى

Publish a private guideline to a configured write-scope repo.

2026-06-01
subscribe
المهن الحاسوبية الأخرى

Add a shared guidelines repo (read-scope subscription or write-scope publish target) to the unified repos list.

2026-06-01
sync
المهن الحاسوبية الأخرى

Pull the latest guidelines from every configured repo (read- and write-scope).

2026-06-01
unsubscribe
مطوّرو البرمجيات

Remove a repo from the unified repos list and delete its local clone.

2026-06-01
evolve-lite-save-trajectory
مطوّرو البرمجيات

Save the current conversation as a trajectory JSON file in OpenAI chat completion format for analysis and fine-tuning

2026-05-07
save-trajectory
مطوّرو البرمجيات

Save the current conversation as a trajectory JSON file in OpenAI chat completion format for analysis and fine-tuning

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