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

niksavis

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

skills مجمعة
60
مستودعات
5
محدث
2026-07-17
مستكشف المستودعات

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

conventional-commits
مطوّرو البرمجيات

Construct a valid Conventional Commits message for this repo before running `git commit`, covering type/scope, the "!" breaking-change marker, description rules, and the required trailing beads issue id. Use whenever writing or reviewing a commit message, or when a commit is rejected by the commit-msg/beads-commit-msg hooks.

2026-07-17
catalog-authoring
المهن الحاسوبية الأخرى

Author and improve basicly catalog sources — skills and fragments — in their YAML source format (never a discoverable .md), then project and verify them. Use when adding or editing a skill or fragment, building a catalog, or deciding where guidance should live (always-on fragment vs on-demand skill).

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

Drive a unit of work through the basicly harness loop end-to-end (intake → classify → decompose → build → verify → ship → teardown → retro) using `basicly loop` + `br`, agent-agnostic across Claude/Codex/Copilot. Use when starting or resuming non-trivial development in a harness-enabled repo, when deciding what phase a tracked issue is in, or when coordinating the checkpoints, gates, and bounded rework the loop enforces.

2026-07-17
tool-br
مطوّرو البرمجيات

Use br (beads_rust) as the primary task/issue tracker for this repo. Trigger when planning work, creating or claiming issues, checking what is ready to work on, or preparing a commit that must reference a beads issue id.

2026-07-17
session-finish
مطوّرو البرمجيات

Close out a working session with a usage-statistics report, a self-improvement retro, and a pickup-clean handoff summary. Use when the user says the session is done ("wrap up", "finish the session", "close out"), before ending a long autonomous run, or whenever a summary of what changed and what the agent actually used is wanted.

2026-07-16
tool-ast-grep
مطوّرو البرمجيات

Use ast-grep for structural code search and rewrite based on syntax trees. Trigger when text search is too imprecise for code-aware matching.

2026-07-15
tool-bat
مطوّرو البرمجيات

Use bat for syntax-highlighted file viewing with line numbers and git context. Trigger when readable terminal code inspection is needed.

2026-07-15
tool-curl
مطوّرو البرمجيات

Use curl for low-level HTTP requests, headers, and data transfer debugging. Trigger when APIs, webhooks, download checks, or protocol-level diagnostics are required.

2026-07-15
عرض أهم 8 من أصل 28 skills مجمعة في هذا المستودع.
context7-retrieval-patterns
مطوّرو البرمجيات

Retrieve up-to-date library documentation with Context7 MCP and ground code changes. Use when tasks involve external APIs, version-sensitive behavior, migrations, deprecations, setup/configuration decisions, or framework/library best-practice questions.

2026-06-14
refactor
مطوّرو البرمجيات

Behavior-preserving refactoring guidance for burndown-chart with layered architecture and safety gates

2026-06-14
dev-tools-setup
مديرو الشبكات وأنظمة الحاسوب

Install and configure optional development tools for repository contributors. Use when asked to install ripgrep, rg, jq, yq, GitHub Copilot CLI, copilot, or any command-line dev tool. Also use when a tool is reported as "not found", when the user wants to set up their development workstation, or when searching / log-inspection tools are needed. Provides platform-specific install commands for Windows (winget, no admin required), macOS (Homebrew), and Linux (apt/rpm).

2026-03-26
cli-search-tools
مطوّرو البرمجيات

Optimally use rg (ripgrep), fd, jq, and yq for code exploration, file discovery, and structured data querying in any repository. Use when asked to search code, find files, grep for patterns, explore a codebase structure, parse JSON or YAML configs, inspect package.json or pyproject.toml, extract API response data, find all usages of a function or variable, or filter results across file types. Works with any language, framework, or project structure.

2026-03-26
make-skill-template
مطوّرو البرمجيات

Create new Agent Skills for GitHub Copilot from prompts or by duplicating this template. Use when asked to "create a skill", "make a new skill", "scaffold a skill", or when building specialized AI capabilities with bundled resources. Generates SKILL.md files with proper frontmatter, directory structure, and optional scripts/references/assets folders.

2026-03-26
python-backend-quality
محللو ضمان جودة البرمجيات والمختبرون

Improve quality and reliability of Python backend changes in burndown-chart

2026-03-26
release-management
مطوّرو البرمجيات

Execute release preparation and changelog updates safely. Use when drafting release notes, preparing version bumps, validating release prerequisites, or checking release workflow completeness before tagging or publishing.

2026-03-26
sqlite-persistence-safety
مصممو قواعد البيانات

Implement safe and maintainable SQLite persistence changes. Use when updating SQL queries, repository data-access logic, schema migrations, or database integrity and performance behavior.

2026-03-26
عرض أهم 8 من أصل 16 skills مجمعة في هذا المستودع.
caveman-compress
مطوّرو البرمجيات

Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or "compress memory file"

2026-06-16
caveman-tooling-update
مطوّرو البرمجيات

Use when installing, updating, or verifying JuliusBrussee/caveman in this repository, especially for GitHub Copilot rule wiring and skills-lock refresh. Trigger on phrases like caveman update, refresh caveman, reinstall caveman, copilot caveman install, npx skills add caveman, or npx github:JuliusBrussee/caveman.

2026-06-16
deterministic-quality-gates
محللو ضمان جودة البرمجيات والمختبرون

Use when multiple agents need consistent linting, typing, formatting, security, and regression checks: run repository gates in deterministic order and enforce fix-then-recheck behavior.

2026-06-16
orchestrated-execution
مطوّرو البرمجيات

Use when work needs decomposition, multi-step delivery, or delegation across agents: define execution graph, assign specialized subtasks, and run autonomous fix-and-verify loops until done.

2026-06-16
compress
مشغلو إدخال البيانات

Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman:compress FILEPATH or "compress memory file"

2026-05-03
environment-readiness
مطوّرو البرمجيات

Use when development environment status is unknown, onboarding a fresh clone, or missing-tool errors suggest Python, npm, bd, dolt, hooks, or venv are not ready; run preflight checks and bootstrap only when checks fail.

2026-04-11
beads-workflow
مطوّرو البرمجيات

Use when onboarding to Beads, starting sessions, creating/claiming/closing issues, validating issue-prefix + commit trailer behavior, and applying this template's Git-backup sync model (bd backup fetch-git/export-git) while staying aligned with official bd CLI/reference guidance.

2026-04-11
release-management
مطوّرو البرمجيات

Use when preparing a release: generate changelog drafts, write concise release notes, and bump semantic versions for no-tag template release workflows.

2026-04-01
عرض أهم 8 من أصل 13 skills مجمعة في هذا المستودع.
عرض 5 من أصل 5 مستودعات
تم تحميل كل المستودعات