Skip to main content
cwijayasundara
Profil créateur GitHub

cwijayasundara

Vue par dépôt de 130 skills collectés dans 7 dépôts GitHub.

skills collectés
130
dépôts
7
mis à jour
25 juil. 2026
carte des dépôts

Où se trouvent les skills

Principaux dépôts par nombre de skills collectés, avec leur part dans ce catalogue créateur et leur couverture métier.

#01
claude_harness_eng_v5
52 skills · 25 juil. 2026
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursAutres occupations informatiquesSpécialistes en gestion de projetsAdministrateurs de réseaux et de systèmes informatiquesAnalystes en études de marché et spécialistes en marketing
9 catégories métier · 100 % classifié
40 %part
#02
claude_harness_eng_v4
26 skills · 11 juin 2026
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursSpécialistes en gestion de projetsAdministrateurs de réseaux et de systèmes informatiques
4 catégories métier · 100 % classifié
20 %part
#03
claude_harness_eng_v1
18 skills · 1 avr. 2026
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursAnalystes en gestionSpécialistes en gestion de projets
4 catégories métier · 100 % classifié
14 %part
#04
claude_code_forge_v2
16 skills · 22 mars 2026
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursAdministrateurs de réseaux et de systèmes informatiquesAutres occupations informatiques
4 catégories métier · 100 % classifié
12 %part
#05
agent_cli_langchain
9 skills · 28 avr. 2026
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeurs
2 catégories métier · 100 % classifié
6,9 %part
#06
document_intelligence_adv_v2
7 skills · 29 mars 2026
Développeurs de logicielsAnalystes en assurance qualité des logiciels et testeursAnalystes en gestionConcepteurs web et d'interfaces numériques
4 catégories métier · 100 % classifié
5,4 %part
#07
deep_agent_harness
2 skills · 13 avr. 2026
Développeurs de logiciels
1 catégories métier · 100 % classifié
1,5 %part
explorateur de dépôts

Dépôts et skills représentatifs

code-gen
Développeurs de logiciels

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

25 juil. 2026
author-prompt-surface
Autres occupations informatiques

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).

25 juil. 2026
auto
Développeurs de logiciels

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

25 juil. 2026
retro
Autres occupations informatiques

Review this harness's own recent loop-health signals and recommend scored, evidence-backed improvements to the harness itself (skills, gates, sensors, CLAUDE.md rules) — never to product code. Use after a `/auto`/`/gate` run, on a drift cadence, or on demand…

24 juil. 2026
attestation
Développeurs de logiciels

Generate a per-commit, durable compliance attestation (with a sha256 corruption-detecting integrity checksum) from the harness control inventory, the branch-protection/deploy-gate verify outputs, the gate verdict, and the ratchet baselines — then commit the…

24 juil. 2026
portfolio-rollup
Développeurs de logiciels

Aggregate per-repo compliance attestations into one integrity-hashed portfolio rollup — verifying each attestation's sha256 integrity, recording an unattested repo as a compliance gap, and computing harness-version drift across the fleet. Use over a local…

24 juil. 2026
provision
Développeurs de logiciels

Provision the GitHub security-compliance gates and verify they hold. Three modes — protection (branch-protection ruleset so gitleaks+sast+code-owner review block merges), environments (deploy-approval environment so a deploy pauses for a required reviewer),…

24 juil. 2026
change
Développeurs de logiciels

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

23 juil. 2026
Affichage de 8 skills collectés sur 52.
brownfield
Développeurs de logiciels

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

11 juin 2026
change
Développeurs de logiciels

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

11 juin 2026
checking-migration-safety
Développeurs de logiciels

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…

11 juin 2026
implement
Développeurs de logiciels

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

11 juin 2026
refactor
Développeurs de logiciels

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

11 juin 2026
test
Analystes en assurance qualité des logiciels et testeurs

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

11 juin 2026
upgrading-dependencies
Développeurs de logiciels

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.

11 juin 2026
vibe
Développeurs de logiciels

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

11 juin 2026
Affichage de 8 skills collectés sur 26.
Affichage de 8 skills collectés sur 18.
architecture
Développeurs de logiciels

Design the system architecture including layered dependencies, API contracts (endpoints, schemas, errors), data models, folder structure, and deployment topology. Output a detailed design document to `specs/design/` with all decisions justified.

22 mars 2026
build
Autres occupations informatiques

Run the complete SDLC pipeline from BRD to deployed application. Orchestrates spec writing, architecture, UI design, implementation, code review, E2E testing, deployment, and PR creation.

22 mars 2026
code-gen
Développeurs de logiciels

Story-driven code generation with strict quality principles. Use when implementing user stories, writing production code, creating unit tests, or generating code from specs. Enforces small modules, static typing, 50-line function limit, and 100% meaningful…

22 mars 2026
deployment
Administrateurs de réseaux et de systèmes informatiques

Set up local development with Docker Compose, hot reload, health checks, and database migrations. Generate docker-compose.yml, Dockerfiles, .env.example, and document the deployment topology.

22 mars 2026
review
Analystes en assurance qualité des logiciels et testeurs

Run code review and security review on implemented code. Checks architecture compliance, quality principles, test coverage, and security vulnerabilities.

22 mars 2026
testing
Analystes en assurance qualité des logiciels et testeurs

Test planning, test case design, test data generation, and Playwright E2E automation. Use when creating test plans, writing test cases, generating test data, setting up Playwright, or automating end-to-end tests.

22 mars 2026
auto
Développeurs de logiciels

Autonomous build loop with ratcheting. Implements stories iteratively — keep on pass, revert on fail, learn from failures. Runs until all stories pass or stopping criteria met.

22 mars 2026
deploy
Administrateurs de réseaux et de systèmes informatiques

Generate Docker Compose stack, Dockerfiles, env config, and verify local deployment with health checks and database migrations.

22 mars 2026
Affichage de 8 skills collectés sur 16.
langchain-agents-deepagents-code
Développeurs de logiciels

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.

28 avr. 2026
langchain-agents-scaffold
Développeurs de logiciels

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

28 avr. 2026
langchain-agents-workflow
Développeurs de logiciels

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.

28 avr. 2026
langchain-agents-deploy
Développeurs de logiciels

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…

28 avr. 2026
langchain-agents-langchain-code
Développeurs de logiciels

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.

28 avr. 2026
langchain-agents-langgraph-code
Développeurs de logiciels

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…

28 avr. 2026
langchain-agents-langsmith-evals
Analystes en assurance qualité des logiciels et testeurs

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.

28 avr. 2026
langchain-agents-middleware
Développeurs de logiciels

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…

28 avr. 2026
Affichage de 8 skills collectés sur 9.
7 dépôts affichés sur 7
Tous les dépôts sont affichés