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

kryptobaseddev

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

skills مجمعة
87
مستودعات
8
محدث
2026-06-30
خريطة المستودعات

أين توجد skills

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

#01
cleo
32 skills · 2026-06-30
مطوّرو البرمجياتالمهن الحاسوبية الأخرىمحللو ضمان جودة البرمجيات والمختبرونمتخصصو إدارة المشاريع
4 فئات مهنية · 100% مصنفة
37%الحصة
#02
llmtxt
23 skills · 2026-04-23
مطوّرو البرمجياتالمهن الحاسوبية الأخرىمحللو ضمان جودة البرمجيات والمختبرون
3 فئات مهنية · 100% مصنفة
26%الحصة
#03
awesome-skills
19 skills · 2026-06-16
مطوّرو البرمجياتمديرو الشبكات وأنظمة الحاسوبمحللو ضمان جودة البرمجيات والمختبرونمصممو قواعد البياناتمطوّرو الويب
5 فئات مهنية · 100% مصنفة
22%الحصة
#04
3d-ai-studio
6 skills · 2026-06-17
المعماريون (باستثناء المناظر الطبيعية والبحرية)تقنيو الهندسة (باستثناء رسامي المخططات)، جميع الآخرون
2 فئات مهنية · 100% مصنفة
6.9%الحصة
#05
projectOS
3 skills · 2026-04-08
مطوّرو البرمجيات
1 فئات مهنية · 100% مصنفة
3.4%الحصة
#06
forge-ts
2 skills · 2026-04-13
مطوّرو البرمجيات
1 فئات مهنية · 100% مصنفة
2.3%الحصة
#07
versionguard
1 skills · 2026-03-30
مطوّرو البرمجيات
1 فئات مهنية · 100% مصنفة
1.1%الحصة
#08
life-os
1 skills · 2026-04-03
السكرتيرون والمساعدون الإداريون (باستثناء القانوني والطبي والتنفيذي)
1 فئات مهنية · 100% مصنفة
1.1%الحصة
مستكشف المستودعات

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

ct-orchestrator
المهن الحاسوبية الأخرى

Pipeline-aware orchestration skill for managing complex workflows through subagent delegation. Use when the user asks to "orchestrate", "orchestrator mode", "run as orchestrator", "delegate to subagents", "coordinate agents", "spawn subagents", "multi-agent workflow", "context-protected workflow", "agent farm", "HITL orchestration", "pipeline management", or needs to manage complex workflows by delegating work to subagents while protecting the main context window. Enforces ORC-001 through ORC-009 constraints. Provider-neutral — works with any AI agent runtime.

2026-06-30
skill-monorepo
مطوّرو البرمجيات

CLEO provider adapter for Anthropic Claude Code CLI. Default export is the adapter class for dynamic loading by AdapterManager. T5240 Use when: (1) calling its 2515 API functions, (2) configuring @cleocode/monorepo, (3) understanding its 1754 type definitions, (4) working with its 104 classes, (5) user mentions "@cleocode/monorepo" or asks about its API.

2026-06-03
ct-cleo
المهن الحاسوبية الأخرى

CLEO task management protocol - session, task, and workflow guidance. Use when managing tasks, sessions, or multi-agent workflows with the CLEO CLI protocol.

2026-05-29
ct-documentor
مطوّرو البرمجيات

Documentation coordinator with CLEO style guide compliance. Routes every canonical-doc write (spec, adr, research, handoff, note, llm-readme) through the docs SSoT via `cleo docs add` / `cleo docs publish` / `cleo docs fetch` — never raw filesystem writes. Coordinates ct-docs-lookup, ct-docs-write, ct-docs-review, ct-spec-writer, and ct-adr-recorder. Use when creating or updating documentation files, consolidating scattered documentation, or validating documentation against style standards. Triggers on documentation tasks, doc update requests, or style guide compliance checks.

2026-05-27
ct-epic-architect
متخصصو إدارة المشاريع

Epic planning and task decomposition for breaking down large initiatives into atomic, executable tasks. Provides dependency analysis, wave-based parallel execution planning, hierarchy management, and research linking. Use when creating epics, decomposing initiatives into task trees, planning parallel workflows, or analyzing task dependencies. Triggers on epic creation, task decomposition requests, or planning phase work.

2026-05-26
cleo-validator
محللو ضمان جودة البرمجيات والمختبرون

Independent IVTR peer-reviewer role. The Validator is spawned by a Lead AFTER a Worker reports an implementation candidate to verify that every Acceptance Criterion is satisfied by programmatic evidence. The Validator MUST be a different agent instance from the Worker who built the change — same-agent self-attestation is rejected as rubber-stamping. Use when spawned with `subagent_type: cleo-validator` (or equivalent role token) and a target task ID; the Validator pulls the AC list via `validator.ac-pull`, runs the IVTR rubric, then ships exactly ONE binary verdict — `validator.attest` (pass) or `validator.reject` (fail). Triggers: 'validate this implementation', 'run the IVTR rubric', 'attest the acceptance criteria', 'is this PR ready to merge?', any spawn carrying role=validator. Implements ADR-083 §4 (Validator role) and the SG-IVTR-AC-BINDING saga (T10377).

2026-05-25
ct-validator
محللو ضمان جودة البرمجيات والمختبرون

Compliance validation for verifying systems, documents, or code against requirements, schemas, or standards. Performs schema validation, code compliance checks, document validation, and protocol compliance verification with detailed pass/fail reporting. Use when validating compliance, checking schemas, verifying code standards, or auditing protocol implementations. Triggers on validation tasks, compliance checks, or quality verification needs.

2026-05-24
ct-adr-recorder
مطوّرو البرمجيات

Records Architecture Decision Records from accepted consensus verdicts. Use when promoting a consensus outcome to a formal ADR: drafts the document in the proposed-then-accepted HITL lifecycle, links to the originating consensus manifest, persists the decision to the canonical SQLite decisions table, and triggers downstream invalidation when an accepted ADR is later superseded. Triggers on phrases like 'write ADR', 'record architecture decision', 'formalize this decision', 'lock in the choice', 'create ADR-XXX', or when a consensus task reaches completed status and needs formalization.

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

Primitives and SDK for LLM agent content workflows: compression, patching, progressive disclosure, signed URLs, collaborative document lifecycle, and retrieval planning Use when: (1) running llmtxt CLI commands, (2) calling its 173 API functions, (3) configuring llmtxt, (4) understanding its 282 type definitions, (5) working with its 39 classes, (6) user mentions "llm", "agent", "compression", "content", "patch", (7) user mentions "llmtxt" or asks about its API.

2026-04-23
skill-backend
مطوّرو البرمجيات

Users table - supports both anonymous (24hr TTL) and registered accounts. Anonymous users get a generated ID and no credentials. They are auto-purged after `expiresAt`. Registered users provide email/password and persist indefinitely until explicitly deleted. Use when: (1) calling its 122 API functions, (2) understanding its 212 type definitions, (3) working with its 3 classes, (4) user mentions "@llmtxt/backend" or asks about its API.

2026-04-16
cluster-14
مطوّرو البرمجيات

Skill for the Cluster_14 area of llmtxt. 7 symbols across 1 files.

2026-04-14
cluster-23
مطوّرو البرمجيات

Skill for the Cluster_23 area of llmtxt. 9 symbols across 1 files.

2026-04-14
cluster-24
المهن الحاسوبية الأخرى

Skill for the Cluster_24 area of llmtxt. 10 symbols across 1 files.

2026-04-14
cluster-25
مطوّرو البرمجيات

Skill for the Cluster_25 area of llmtxt. 5 symbols across 2 files.

2026-04-14
cluster-26
مطوّرو البرمجيات

Skill for the Cluster_26 area of llmtxt. 9 symbols across 1 files.

2026-04-14
cluster-27
مطوّرو البرمجيات

Skill for the Cluster_27 area of llmtxt. 4 symbols across 1 files.

2026-04-14
عرض أهم 8 من أصل 23 skills مجمعة في هذا المستودع.
3d-parametric-models
مطوّرو البرمجيات

Model parametric 3D geometry as code and edit mesh files programmatically. OpenSCAD (.scad) is the core for scripting solid models with named parameters; pair it with a Python mesh toolkit (trimesh/manifold3d) to inspect, repair, measure, scale, boolean, convert, and batch-generate STL/3MF — then optionally slice and print (Bambu Lab / OrcaSlicer). Use whenever the user wants to create, generate, design, model, script, parametrize, modify, repair, convert, or batch-produce a 3D model, part, or mesh: write or improve OpenSCAD/.scad code, turn a description into an STL or 3MF, make a part with adjustable/customizable dimensions, fix a non-watertight or non-manifold STL, scale/cut/boolean/convert an existing STL, render many variants, or design something to 3D print. Trigger even if they only say 'OpenSCAD', '.scad', 'STL', '3MF', 'edit/repair this STL', 'parametric model', 'CAD', 'make me a bracket/box/holder/knob', 'design for 3D printing', 'Bambu', 'Fusion 360', or 'Blender'. Bridges Fusion 360 and Blender.

2026-06-16
skill-validator
محللو ضمان جودة البرمجيات والمختبرون

Validate any Agent Skill against the agentskills.io specification plus project- or skill-local rule overrides. Use when auditing a skill folder for compliance, preparing a skill for distribution, checking PR-changed skills in CI, enforcing custom frontmatter rules, or verifying that a skill's `metadata`, `compatibility`, body length, and file references all meet the spec. Every rule is config-driven — point the validator at a YAML config to customize allowed/required/forbidden frontmatter fields, regex patterns for metadata values, timestamp formats, body thresholds, and placeholder bans. Triggers on: 'validate skill', 'check skill compliance', 'audit SKILL.md', 'lint skill folder', 'verify skill against agentskills.io', 'is this skill spec-compliant'.

2026-06-16
better-auth
مطوّرو البرمجيات

Implement Better Auth (better-auth.com) — the framework-agnostic TypeScript authentication library — across ANY stack: Next.js, SvelteKit, Nuxt, SolidStart, Remix/React Router, Astro, TanStack Start, Express, Hono, Elysia, Fastify, or raw Node. Covers the betterAuth() server instance, database adapters (Drizzle, Prisma, Kysely/raw pg·mysql·sqlite, MongoDB), the CLI (generate/migrate), the client SDK (React, Vue, Svelte, Solid, vanilla), email/password + social/OAuth login (Google, GitHub, Apple…), account linking, sessions, and plugins (2FA, magic link, email OTP, passkey, username, organization multi-tenancy, admin, API keys, JWT/bearer, RBAC via access control). Use whenever the user adds, configures, scaffolds, or debugs Better Auth, sign-in/sign-up, sessions, OAuth, 2FA, multi-tenant orgs, or role-based permissions in a TS/JS app — even if they only say 'better auth', 'add login', or 'auth'. Ships a preflight, a scaffolder, and a setup doctor.

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

Build, scaffold, and integrate Quo — formerly OpenPhone — telephony into a full-stack app: send & receive SMS/text messages, list and analyze calls (recordings, AI summaries, transcripts, voicemails), manage contacts, conversations, tasks, users, and phone numbers via the Quo REST API (https://api.quo.com/v1), plus signature-verified webhooks. Ships a one-command scaffolder that emits a runnable integration (Express + API client + send-SMS route + a signature-verifying webhook receiver), a preflight checker, a tested webhook verifier (Node + Python), and an importable client. Use whenever the user wants to add, build, or scaffold SMS/text messaging, programmatic calls, an OpenPhone or Quo integration, two-way SMS, call transcripts/summaries, contact sync, or Quo webhooks — even if they only say 'OpenPhone', 'Quo', or 'send a text from my app'. Bakes in the raw-API-key auth gotcha (no Bearer token), A2P 10DLC registration, the 202/one-recipient/E.164 send rules, and the whsec_ webhook signing scheme.

2026-06-16
moonpay-payments
مطوّرو البرمجيات

Build, scaffold, and integrate MoonPay crypto on-ramp (buy) and off-ramp (sell) payments into a website or app — the embeddable Widget (@moonpay/moonpay-js / -react / -node) and the headless Platform + Frames product (@moonpay/platform-sdk-web). Ships a generator (scripts/scaffold-moonpay.mjs) that emits a complete, runnable integration — server-side URL signing, the frontend widget, a verified webhook handler, env, and README — so you stand up a working on-ramp/off-ramp in one command, then customize. Use whenever the user wants to add, build, generate, or scaffold fiat↔crypto buy/sell, a crypto checkout or 'shopping-style' payment processor, embed a buy/sell widget, integrate MoonPay, do crypto onboarding/KYC, sign a MoonPay widget URL, verify MoonPay webhooks, or build headless/co-branded Apple Pay / Google Pay / card crypto payments — even if they only say 'MoonPay', 'on-ramp', 'off-ramp', or 'buy crypto in my app'. Also bundles tested signing + webhook scripts and source-cited references.

2026-06-13
image-nanobanana
مطوّرو البرمجيات

Generate and edit production-ready, watermark-free image assets with Google's Nano Banana models — gemini-3.1-flash-image (Nano Banana 2) and gemini-3-pro-image (Nano Banana Pro) — via the paid Gemini API and the gemini-cli nanobanana extension. Use when the user wants to create, generate, make, draw, design, edit, restore, or iterate on any image, picture, photo, graphic, illustration, logo, or visual asset; mentions Nano Banana, Gemini image generation, text-to-image, or AI images; complains about the Gemini sparkle watermark or wants a watermark removed from an image; or asks for app icons, favicons, hero banners, OG/social cards, YouTube thumbnails, marketing creatives, diagrams, seamless patterns, sprite sheets, or consistent characters. Bundles preflight, a direct-API generator with aspect-ratio and 512/1K/2K/4K control, gemini-cli setup, prompting guidance, and per-asset production recipes.

2026-06-12
example-skill
مطوّرو البرمجيات

Replace me. One sentence on what this skill does and when to use it.

2026-06-08
plugin-creator
مطوّرو البرمجيات

Scaffold, validate, test, and ship a production-grade Claude Code plugin + marketplace — especially the pattern where the plugin's ONLY component is an MCP server that surfaces a registry of skills and agents on demand (so they never clog the / menu or the always-on context). Use this WHENEVER the user wants to create, build, scaffold, package, or distribute a Claude Code plugin, plugin marketplace, or MCP-server plugin; expose project-specific skills/agents/tools to a coding agent; turn skills or agents into an installable package; or "make a plugin for this project" — even if they don't say "MCP" or "marketplace" explicitly. Ships a scaffolder, a smoke-tester, a validator, reference docs, and Node + Python server templates so any agent can do this repeatably and correctly.

2026-06-08
عرض أهم 8 من أصل 19 skills مجمعة في هذا المستودع.
model3d
المعماريون (باستثناء المناظر الطبيعية والبحرية)

Run an interactive 3D design session — turn a natural-language description (and optional reference images) into print-ready 3D files (STL + 3MF + GLB) in output/, validated for 3D printing and visually verified to match intent. Use whenever the user wants to model, design, generate, mock up, tweak, modify, or 3D-print an object — a bracket, enclosure, stand, holder, knob, gear, fixture, sign, figurine, vase, toy, or any physical part — for Bambu Studio, OrcaSlicer, PrusaSlicer, or MakerWorld. Also use to load and modify an existing STL/3MF/GLB. Triggers on "model a…", "design a…", "make me a printable…", "generate an STL of…", "tweak the…", "I want to 3D print a…".

2026-06-17
3d-modeling-foundations
المعماريون (باستثناء المناظر الطبيعية والبحرية)

Core concepts for agent-driven 3D modeling — constructive solid geometry (CSG), what manifold/watertight means and why it matters, coordinate systems and millimeter units, mesh vs B-rep, file formats (STL/3MF/GLB/STEP), and how to ROUTE a request to the right engine (local CSG for mechanical/functional parts vs a generative backend for organic shapes). Use to ground any 3D-generation decision before authoring.

2026-06-08
cad-authoring
المعماريون (باستثناء المناظر الطبيعية والبحرية)

How to author parametric 3D geometry with the studio3d CSG DSL — a manifold-by-construction Python API (box, cylinder, sphere, cone, prism, extrude, revolve, text, rounded_box, hull + boolean union/difference/intersection + transforms) that exports watertight STL/3MF/GLB. Use when writing a geometry script for the studio3d harness to build a mechanical or functional part. Covers the full API, operator overloads, transform chaining, common part recipes, and print-safe construction patterns.

2026-06-08
print-readiness
المعماريون (باستثناء المناظر الطبيعية والبحرية)

Authoritative 3D-printing design rules and the print-readiness checklist for FDM and resin (SLA/MSLA). Use when modeling, reviewing, or validating any part destined for a 3D printer — wall thickness, overhangs, supports, bridging, holes, text/emboss, pins, fillets, clearances, orientation/anisotropy, elephant's-foot, units, and STL-vs-3MF choice. Encodes the 2026 AI 3D Print-Readiness Benchmark (D1 Mesh Integrity → D2 Slicer Pass → D3 Print Geometry → D4 Workflow) with hard numeric thresholds sourced from Bambu Lab, Prusa, Protolabs Network, and Formlabs.

2026-06-08
printer-setup
تقنيو الهندسة (باستثناء رسامي المخططات)، جميع الآخرون

Set up and manage the user's 3D printer profile(s) so generated files target their real machine — make/model, AMS/multi-material, and filament colors. Use when the user mentions their printer (e.g. "I have a Bambu A1"), asks to configure printing, set filament colors, switch printers, or when no active profile exists at the start of a design session. Profiles are stored cross-platform in the XDG config dir and drive bed-fit, wall minimums, and 3MF/AMS color mapping.

2026-06-08
grill-me
المعماريون (باستثناء المناظر الطبيعية والبحرية)

Run an interactive "Grill-me" design session that pins down an underspecified 3D model through focused questions, then produces a validated design plan (design.json) — the project's base design — and hands off to generation + a vision-grounded fidelity loop. Use when the user says "grill me", "design session", "help me design", "let's design a <thing>", "spec out my model", "interview me about my model", or gives a vague modeling request that needs nailing down before building. The session grounds every question in the packaged reference brief and artistic style system, asks only what is genuinely ambiguous, proposes sensible defaults, and emits a complete design plan you regenerate from on every tweak.

2026-06-08
عرض 8 من أصل 8 مستودعات
تم تحميل كل المستودعات