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

mekara

يحتوي mekara على 60 من skills المجمعة من meksys-dev، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

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

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

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

Merges completed work back to main through a protected-branch pull request workflow.

2026-05-15
setup-worktree
مديرو الشبكات وأنظمة الحاسوب

Set up a new git worktree and install dependencies.

2026-05-15
finish
مطوّرو البرمجيات

Merges completed work back to main through a protected-branch pull request workflow.

2026-05-15
setup-worktree
مديرو الشبكات وأنظمة الحاسوب

Set up a new git worktree and install dependencies.

2026-05-15
release
مطوّرو البرمجيات

Prepares a Python package for PyPI release by updating the version, building, and verifying the distribution.

2026-05-14
release
مطوّرو البرمجيات

Prepare a release by updating the version, building, and verifying the distribution.

2026-05-14
check-plan-completion
مطوّرو البرمجيات

Verify that the codebase matches the desired end state described in a design document.

2026-05-14
compile
مطوّرو البرمجيات

Compile a natural language script into a Python generator function for the mekara scripting runtime.

2026-05-14
customize
مطوّرو البرمجيات

Customize a bundled mekara command or standard for a repository's actual structure, workflows, and conventions.

2026-05-14
debug-script-compilation
مطوّرو البرمجيات

Debug issues with the mekara scripting system's compilation or runtime behavior.

2026-05-14
generalize-bundled-script
مطوّرو البرمجيات

Generalize a mekara-specific script for the bundled location so it works for all projects using mekara as a dependency.

2026-05-14
new-repo-init
مطوّرو البرمجيات

Create a repository with a minimal "hello world" (or equivalent) entrypoint, a minimal test setup, canonical .agents/skills/ sources, symlinked tool-specific skill directories.

2026-05-14
new
مطوّرو البرمجيات

Set up a complete project from scratch with repository initialization, code quality gates, documentation, and GitHub CI/CD.

2026-05-14
systematize
مديرو الشبكات وأنظمة الحاسوب

Creates a stack-agnostic repo-setup command from a reusable setup-session methodology.

2026-05-14
worktree-init
مطوّرو البرمجيات

Convert an existing git repository from a flat structure into the standard Mekara worktree structure where the repository lives in a main/ subdirectory under a parent directory.

2026-05-14
recursive-self-improvement
متخصصو إدارة المشاريع

Improve workflows for future agents.

2026-05-14
rsi-scripting
المهن الحاسوبية الأخرى

Update systematize with new natural language script conventions from this session.

2026-05-14
standardize
مطوّرو البرمجيات

Define or update a standard and apply it consistently across two scripts.

2026-05-14
systematize
مديرو الشبكات وأنظمة الحاسوب

Create a systematized command from a successful problem-solving approach.

2026-05-14
setup-github-repo
مديرو الشبكات وأنظمة الحاسوب

Set up a new GitHub repository with CI workflows and comprehensive branch protection rules.

2026-05-14
setup-docs
مطوّرو الويب

Set up a documentation site using either a subdirectory or separate orphan branch with git worktree.

2026-05-14
setup-mekara-mcp
مديرو الشبكات وأنظمة الحاسوب

Set up mekara MCP server and hook integration with Claude Code and OpenCode for the current project.

2026-05-14
extract-pr
مطوّرو البرمجيات

Extracts a specific subset of branch changes into a clean pull request without unrelated changes.

2026-05-14
start
مديرو الشبكات وأنظمة الحاسوب

Set up a new worktree branch and start development.

2026-05-14
teardown-worktree
مديرو الشبكات وأنظمة الحاسوب

Tear down the current git worktree and associated branch resources.

2026-05-14
double-or-nothing
مطوّرو البرمجيات

Double a number or return zero, chosen at random.

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

Run a nested sequence of test sub-scripts and report what the user owes.

2026-05-14
random
مطوّرو البرمجيات

This is a mock command designed to test mekara's natural language compilation and execution functionality.

2026-05-14
collect-my-feedback
محللو ضمان جودة البرمجيات والمختبرون

Document confirmed coding mistakes from the current session in the project's coding standards.

2026-05-14
systematize
مديرو الشبكات وأنظمة الحاسوب

Creates a stack-agnostic repo-setup command from a reusable setup-session methodology.

2026-05-14
recursive-self-improvement
متخصصو إدارة المشاريع

Improve workflows for future agents.

2026-05-14
standardize
مطوّرو البرمجيات

Define or update a standard and apply it consistently across two scripts.

2026-05-14
start
مطوّرو البرمجيات

Set up a new worktree branch and start development.

2026-05-14
systematize
مطوّرو البرمجيات

Create a systematized command from a successful problem-solving approach.

2026-05-14
teardown-worktree
مطوّرو البرمجيات

Tear down the current git worktree and associated branch resources.

2026-05-14
setup-pre-commit-hooks
مديرو الشبكات وأنظمة الحاسوب

Set up pre-commit hooks for formatting, linting, and building using proper tooling with git-tracked config files.

2026-05-14
add-vcr-recording
محللو ضمان جودة البرمجيات والمختبرون

Add a new VCR recording for testing user interactions.

2026-05-11
analyze-branch-for-extraction
مطوّرو البرمجيات

Analyze a branch to identify independently extractable changes that can be split into separate PRs.

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

Move relevant information from a completed roadmap into permanent documentation and remove the roadmap file.

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

Complete an end-to-end codebase change from worktree setup through implementation, review, and merge.

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