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

cwijayasundara

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

skills مجمعة
108
مستودعات
6
محدث
2026-07-12
خريطة المستودعات

أين توجد skills

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

#01
claude_harness_eng_v5
46 skills · 2026-07-12
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونالمهن الحاسوبية الأخرىمتخصصو إدارة المشاريعمحللو أبحاث السوق ومتخصصو التسويقمحللو التمويل والاستثمار
9 فئات مهنية · 100% مصنفة
43%الحصة
#02
claude_harness_eng_v4
26 skills · 2026-06-11
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمتخصصو إدارة المشاريعمديرو الشبكات وأنظمة الحاسوب
4 فئات مهنية · 100% مصنفة
24%الحصة
#03
claude_harness_eng_v1
18 skills · 2026-04-01
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرونمتخصصو إدارة المشاريعمحللو الإدارة
4 فئات مهنية · 100% مصنفة
17%الحصة
#04
agent_cli_langchain
9 skills · 2026-04-28
مطوّرو البرمجياتمحللو ضمان جودة البرمجيات والمختبرون
2 فئات مهنية · 100% مصنفة
8.3%الحصة
#05
document_intelligence_adv_v2
7 skills · 2026-03-29
مطوّرو البرمجياتمحللو الإدارةمحللو ضمان جودة البرمجيات والمختبرونمصممو واجهات الويب والرقمية
4 فئات مهنية · 100% مصنفة
6.5%الحصة
#06
deep_agent_harness
2 skills · 2026-04-13
مطوّرو البرمجيات
1 فئات مهنية · 100% مصنفة
1.9%الحصة
مستكشف المستودعات

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

auto
المهن الحاسوبية الأخرى

Autonomous build loop with Karpathy ratcheting, GAN evaluator, and session chaining. Iterates story groups until all features pass or stopping criteria met.

2026-07-12
change
مطوّرو البرمجيات

Change the behavior of existing code — story-driven by default, or --issue N for a GitHub bug fix. Test-first, full verification, code review.

2026-07-12
code-gen
مطوّرو البرمجيات

Code generation quality principles — TDD, typing, error handling, logging, API integration, LLM integration.

2026-07-12
feature
مطوّرو البرمجيات

Brownfield change route — take an existing-code feature request from intent to a reviewed PR, scaling from a single /change to an epic via /spec→/design→/auto. Linear-tracked, backed by a committed DeepWiki.

2026-07-12
fix-from-diagnostics
مطوّرو البرمجيات

[Internal pipeline stage — run by /auto self-heal and /implement validation when lint/type error volume is high; invoke directly only as a power user.] Turn compiler/linter output into a sharded work queue; fix per package with optional adversarial review — no full monorepo suite mid-shard.

2026-07-12
implement
مطوّرو البرمجيات

[Internal pipeline stage — run by /auto (follow with /gate); invoke directly only as a power user.] Generate production code and tests for a story group using agent teams for parallel execution.

2026-07-12
refactor
مطوّرو البرمجيات

Refactor existing code for quality, performance, or maintainability. Enforces core quality principles with ratchet gate.

2026-07-12
author-prompt-surface
مطوّرو البرمجيات

Use when creating or editing .claude/agents/*.md, .claude/skills/*/SKILL.md, or .claude/commands/* — apply docs/prompting-standards.md (trigger conditions, model-agnostic bodies, no reasoning-as-text, effort floors).

2026-07-11
عرض أهم 8 من أصل 46 skills مجمعة في هذا المستودع.
brownfield
مطوّرو البرمجيات

Discover and map an existing codebase before planning or changing it.

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

Change the behavior of existing code — story-driven by default, or --issue N for a GitHub bug fix. Test-first, full verification, code review.

2026-06-11
checking-migration-safety
مطوّرو البرمجيات

Use when a planned change touches persisted data shape — ORM models, migration files, schema definitions, serialized formats, or message contracts — in /change, /refactor, or /implement on an existing codebase. Routes schema changes through expand-contract and proves reversibility before any deploy.

2026-06-11
implement
مطوّرو البرمجيات

Generate production code and tests for a story group using agent teams for parallel execution.

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

Refactor existing code for quality, performance, or maintainability. Enforces core quality principles with ratchet gate.

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

Generate test plan, test cases, test data fixtures, and Playwright E2E tests mapped to acceptance criteria.

2026-06-11
upgrading-dependencies
مطوّرو البرمجيات

Use when bumping a dependency version — package.json, pyproject.toml, requirements, or lockfile changes — in an existing codebase. Classifies the bump, audits the usage surface from the code graph, and isolates the upgrade in its own proven commit.

2026-06-11
vibe
مطوّرو البرمجيات

Controlled small-change lane for low-risk fixes, docs, tests, and narrowly scoped edits without running the full SDLC pipeline.

2026-06-11
عرض أهم 8 من أصل 26 skills مجمعة في هذا المستودع.
عرض أهم 8 من أصل 18 skills مجمعة في هذا المستودع.
langchain-agents-deepagents-code
مطوّرو البرمجيات

Use when editing a DeepAgents project — adding tools, sub-agents, modifying the system prompt, choosing a filesystem backend, or composing extra middlewares (retries, fallbacks, HITL) on top.

2026-04-28
langchain-agents-scaffold
مطوّرو البرمجيات

Use when creating a new LangChain / LangGraph / DeepAgents project from scratch. Picks the right scaffolder for graphs vs. DeepAgents vs. LCEL chains.

2026-04-28
langchain-agents-workflow
مطوّرو البرمجيات

Use when starting work on any LangChain / LangGraph / DeepAgents project. Entry point for the develop -> middleware -> evaluate -> deploy lifecycle, mapping each step to the right official tool.

2026-04-28
langchain-agents-deploy
مطوّرو البرمجيات

Use when productionising or deploying a LangChain / LangGraph / DeepAgents agent. Covers durable execution (checkpointers, thread_id), the production middleware stack, three deploy targets (LangSmith Cloud, Cloud Run, Docker), secrets, scaling, and post-deploy verification.

2026-04-28
langchain-agents-langchain-code
مطوّرو البرمجيات

Use when editing a non-agentic LCEL pipeline — composing Runnables, retrievers, embeddings, chat models, parsers, or building a RAG chain. For agents (LLM + tools loop), use the middleware skill instead.

2026-04-28
langchain-agents-langgraph-code
مطوّرو البرمجيات

Use when building a custom-graph LangGraph agent — when `create_agent(...)` + middleware isn't enough and you need explicit StateGraph control (multi-graph workflows, custom routing, non-standard state schemas, parallel branches). For the common case, use `create_agent` first (see middleware skill).

2026-04-28
langchain-agents-langsmith-evals
محللو ضمان جودة البرمجيات والمختبرون

Use when authoring eval datasets, writing evaluators, running evals against a LangChain / LangGraph / DeepAgents project, comparing eval results between runs, or writing unit/integration tests for an agent.

2026-04-28
langchain-agents-middleware
مطوّرو البرمجيات

Use when building or productionising any agent — adding retries, fallbacks, summarization, human-in-the-loop, PII redaction, call limits, or custom hooks. Middleware is THE composition primitive for modern LangChain agents (v1+); covers built-ins plus the custom middleware authoring API.

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