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

heyAyushh

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

skills مجمعة
134
مستودعات
6
محدث
2026-06-22
مستكشف المستودعات

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

to-issues
مطوّرو البرمجيات

Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.

2026-06-22
to-prd
مطوّرو البرمجيات

Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.

2026-06-22
triage
مطوّرو البرمجيات

Triage issues through a state machine driven by triage roles. Use when user wants to create an issue, triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.

2026-06-22
ultragoal
مطوّرو البرمجيات

Design, critique, set, create, activate, or run durable Codex goals for persistent or long-running objectives. Use when the user says "set a goal", "start a goal", "activate goal mode", "persistent goal", "long-running objective", "goal tree", or asks for a goal with verifiers, durable state, approval gates, completion proof, bounded delegation, or parent/child subagent goals.

2026-06-15
cli-for-agents
مطوّرو البرمجيات

Designs or reviews CLIs so coding agents can run them reliably: non-interactive flags, layered --help with examples, stdin/pipelines, fast actionable errors, idempotency, dry-run, and predictable structure. Use when building a CLI, adding commands, writing --help, or when the user mentions agents, terminals, or automation-friendly CLIs.

2026-06-04
agent-browser
محللو ضمان جودة البرمجيات والمختبرون

Automates browser interactions for web testing, form filling, screenshots, and data extraction. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, or extract information from web pages.

2026-06-02
bash-expert
مطوّرو البرمجيات

Expert Bash help for writing, debugging, and optimizing safe, portable shell one-liners and scripts on macOS/Linux. Use when users ask for Bash or POSIX sh commands, script reviews, ShellCheck fixes, quoting/pipeline issues, process/file automation, or converting requirements into shell scripts.

2026-06-02
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. Turns hours of manual changelog writing into minutes of automated generation.

2026-06-02
عرض أهم 8 من أصل 103 skills مجمعة في هذا المستودع.
gloves
محللو أمن المعلومات

Secrets manager workflow for OpenClaw operators and agents. Use when you need the safe OpenClaw plugin tools, redacted metadata checks, request review flows, or the private Docker shim examples for `/run/secrets/...` delivery.

2026-03-14
bash-expert
مطوّرو البرمجيات

Expert Bash help for writing, debugging, and optimizing safe, portable shell one-liners and scripts on macOS/Linux. Use when users ask for Bash or POSIX sh commands, script reviews, ShellCheck fixes, quoting/pipeline issues, process/file automation, or converting requirements into shell scripts.

2026-02-27
rust-anti-patterns
مطوّرو البرمجيات

Identifies and fixes common Rust anti-patterns. Use during code review, when seeing excessive clones/unwraps/index loops, or when code fights the borrow checker instead of working with it.

2026-02-27
rust-coding-guidelines
مطوّرو البرمجيات

50 core Rust coding conventions covering naming, data types, strings, error handling, memory, concurrency, async, and modern crate recommendations. Use when reviewing code style or setting up project conventions.

2026-02-27
rust-concurrency
مطوّرو البرمجيات

Guides concurrency and async decisions in Rust. Use when encountering Send/Sync errors (E0277), choosing between threads vs async, designing shared state, or debugging deadlocks.

2026-02-27
rust-error-handling
مطوّرو البرمجيات

Guides Rust error handling strategy. Use when choosing between Result/Option/panic, using anyhow vs thiserror, propagating errors with ?, or designing custom error types.

2026-02-27
rust-ownership
مطوّرو البرمجيات

Guides ownership, borrowing, and lifetime decisions in Rust. Use when encountering E0382, E0597, E0506, E0507, move errors, or when designing data ownership.

2026-02-27
rust-performance
مطوّرو البرمجيات

Guides Rust performance optimization. Use when profiling, benchmarking, reducing allocations, improving cache locality, choosing between rayon/async/threads, or applying SIMD/parallelism.

2026-02-27
عرض أهم 8 من أصل 13 skills مجمعة في هذا المستودع.
hook-serve
مطوّرو البرمجيات

Build, maintain, and operate the contract-driven hook workspace with serve/relay/smash roles, Kafka core transport, and plug-and-play adapters. Use when editing runtime behavior, contract validation, adapter/plugin execution, or deployment documentation.

2026-03-04
kafka-openclaw-hook
مطوّرو البرمجيات

Maintain the kafka-openclaw-hook compatibility binary and its integration with hook-runtime smash execution. Use when changing startup wiring, runtime env expectations, deployment compatibility, or smash adapter/plugin behavior.

2026-03-04
relay-core
مطوّرو البرمجيات

Maintain shared relay-core contracts, validation, envelope models, and security primitives used by serve, relay, smash, and hook-runtime. Use when changing contract schema, active-profile validation, model compatibility, or signature/sanitization/timestamp logic.

2026-03-04
add-webhook-source
مطوّرو البرمجيات

Add a new webhook source to hook serve. Covers implementing the SourceHandler trait, registering the handler, adding HMAC secret config, creating the Kafka topic, and writing tests. Use when integrating a new webhook provider (e.g. Stripe, PagerDuty, Bitbucket).

2026-03-04
kafka-kraft-firecracker
مديرو الشبكات وأنظمة الحاسوب

Provision and operate Apache Kafka in KRaft mode inside a Firecracker microVM without Docker, including host networking, guest bootstrap, systemd service, and security checks. Use when setting up a lightweight isolated Kafka broker for internal pipelines such as hook serve/relay/smash Kafka core transport.

2026-03-04
pipeline-debug
مديرو الشبكات وأنظمة الحاسوب

Trace a webhook through the full hook pipeline (serve → relay → smash), inspect Kafka topic contents, check consumer group lag, and replay messages from the DLQ. Use when a webhook is lost, delayed, or failing delivery, or when diagnosing any serve/relay/smash runtime issue.

2026-03-04
release-workflow
مطوّرو البرمجيات

End-to-end release process for hook: version bumps, local validation gate, binary release via tag push, and crates.io publish in dependency order. Use when cutting a new release or diagnosing a failed publish.

2026-03-04
contract-authoring
مطوّرو البرمجيات

Write, validate, and debug hook contract.toml files. Covers the full schema (app, policies, serve, smash, profiles, transports), all supported driver config keys, validation rules, plugin system, and common error codes. Use when creating a new app contract, extending an existing one, or diagnosing contract validation failures.

2026-03-04
عرض أهم 8 من أصل 10 skills مجمعة في هذا المستودع.
seagrass-install
مطوّرو البرمجيات

Install and configure the Seagrass language server for the user's editor. Use when the user says "install seagrass", "set up seagrass", "configure seagrass in vscode/zed/vim/helix/neovim", "get seagrass running", or "wire seagrass into my project". Walks through source or release binary install, per-editor configuration, and a smoke check that real diagnostics fire on a Solana program.

2026-06-13
seagrass-suppress
مطوّرو البرمجيات

Add a Seagrass diagnostic suppression at the narrowest correct scope. Use when the user says "suppress this seagrass warning", "ignore this finding", "silence seagrass for this line/file/project", "add seagrass-allow", or "this is a false positive, suppress it". Picks the right suppression form (line, item/block, file, workspace, or Cargo project switch) and writes the comment or config.

2026-06-12
seagrass-explain
مطوّرو البرمجيات

Explain a Seagrass diagnostic topic — what it catches, what it doesn't, false-positive matrix, and suppression syntax. Use when the user says "what does this seagrass topic mean", "explain seagrass/<...>", "why is seagrass flagging this", "what's the topic for unsafe unwrap", or pastes a Seagrass error message. Pulls authoritative content from `docs/lints/<topic>.md`.

2026-06-11
seagrass-lint
محللو ضمان جودة البرمجيات والمختبرون

Run Seagrass diagnostics on a Solana program file or workspace and surface findings ranked by severity and topic. Use when the user says "lint my program", "run seagrass", "check my anchor code", "show seagrass issues", "find security problems", or "what's wrong with this account struct". Parses JSON output, groups by topic, and recommends suppression vs fix per finding.

2026-06-11
seagrass-debug-fp
محللو ضمان جودة البرمجيات والمختبرون

Investigate a Seagrass false positive — confirm it's actually false, identify the rule and region that misfired, and produce a minimal regression fixture for upstream. Use when the user says "seagrass is wrong here", "this is a false positive", "why is seagrass flagging valid code", "debug this seagrass diagnostic", or "file a seagrass bug". Outputs a reproducible fixture and a draft upstream issue body.

2026-06-04
seagrass-audit
مطوّرو البرمجيات

Run a full Seagrass quality audit on a Solana project — diagnostics by severity and topic, suppression review, and an actionable summary. Use when the user says "audit my program", "full seagrass check", "is my anchor code clean", "review for production", "production readiness check", or "what does seagrass say about all of this". Produces a triaged report and a punch list.

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