Skip to main content
cwijayasundara
Perfil de criador do GitHub

cwijayasundara

Visão por repositório de 130 skills coletadas em 7 repositórios do GitHub.

skills coletadas
130
repositórios
7
atualizado
25 de jul. de 2026
mapa de repositórios

Onde as skills estão

Principais repositórios por número de skills coletadas, com sua participação neste catálogo do criador e sua distribuição ocupacional.

#01
claude_harness_eng_v5
52 skills · 25 de jul. de 2026
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresOutras ocupações de informáticaEspecialistas em gestão de projetosAdministradores de redes e sistemas de computadorAnalistas de pesquisa de mercado e especialistas em marketing
9 categorias ocupacionais · 100% classificado
40%participação
#02
claude_harness_eng_v4
26 skills · 11 de jun. de 2026
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresEspecialistas em gestão de projetosAdministradores de redes e sistemas de computador
4 categorias ocupacionais · 100% classificado
20%participação
#03
claude_harness_eng_v1
18 skills · 1 de abr. de 2026
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresAnalistas de gestãoEspecialistas em gestão de projetos
4 categorias ocupacionais · 100% classificado
14%participação
#04
claude_code_forge_v2
16 skills · 22 de mar. de 2026
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresAdministradores de redes e sistemas de computadorOutras ocupações de informática
4 categorias ocupacionais · 100% classificado
12%participação
#05
agent_cli_langchain
9 skills · 28 de abr. de 2026
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadores
2 categorias ocupacionais · 100% classificado
6,9%participação
#06
document_intelligence_adv_v2
7 skills · 29 de mar. de 2026
Desenvolvedores de softwareAnalistas de garantia de qualidade de software e testadoresAnalistas de gestãoDesigners de interfaces web e digitais
4 categorias ocupacionais · 100% classificado
5,4%participação
#07
deep_agent_harness
2 skills · 13 de abr. de 2026
Desenvolvedores de software
1 categorias ocupacionais · 100% classificado
1,5%participação
explorador de repositórios

Repositórios e skills representativas

code-gen
Desenvolvedores de software

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

25 de jul. de 2026
author-prompt-surface
Outras ocupações de informática

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 de jul. de 2026
auto
Desenvolvedores de software

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

25 de jul. de 2026
retro
Outras ocupações de informática

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 de jul. de 2026
attestation
Desenvolvedores de software

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 de jul. de 2026
portfolio-rollup
Desenvolvedores de software

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 de jul. de 2026
provision
Desenvolvedores de software

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 de jul. de 2026
change
Desenvolvedores de software

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 de jul. de 2026
Mostrando 8 de 52 skills coletadas.
brownfield
Desenvolvedores de software

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

11 de jun. de 2026
change
Desenvolvedores de software

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 de jun. de 2026
checking-migration-safety
Desenvolvedores de software

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 de jun. de 2026
implement
Desenvolvedores de software

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

11 de jun. de 2026
refactor
Desenvolvedores de software

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

11 de jun. de 2026
test
Analistas de garantia de qualidade de software e testadores

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

11 de jun. de 2026
upgrading-dependencies
Desenvolvedores de software

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 de jun. de 2026
vibe
Desenvolvedores de software

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

11 de jun. de 2026
Mostrando 8 de 26 skills coletadas.
Mostrando 8 de 18 skills coletadas.
architecture
Desenvolvedores de software

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 de mar. de 2026
build
Outras ocupações de informática

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 de mar. de 2026
code-gen
Desenvolvedores de software

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 de mar. de 2026
deployment
Administradores de redes e sistemas de computador

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 de mar. de 2026
review
Analistas de garantia de qualidade de software e testadores

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

22 de mar. de 2026
testing
Analistas de garantia de qualidade de software e testadores

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 de mar. de 2026
auto
Desenvolvedores de software

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 de mar. de 2026
deploy
Administradores de redes e sistemas de computador

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

22 de mar. de 2026
Mostrando 8 de 16 skills coletadas.
langchain-agents-deepagents-code
Desenvolvedores de software

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 de abr. de 2026
langchain-agents-scaffold
Desenvolvedores de software

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

28 de abr. de 2026
langchain-agents-workflow
Desenvolvedores de software

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 de abr. de 2026
langchain-agents-deploy
Desenvolvedores de software

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 de abr. de 2026
langchain-agents-langchain-code
Desenvolvedores de software

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 de abr. de 2026
langchain-agents-langgraph-code
Desenvolvedores de software

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 de abr. de 2026
langchain-agents-langsmith-evals
Analistas de garantia de qualidade de software e testadores

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 de abr. de 2026
langchain-agents-middleware
Desenvolvedores de software

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 de abr. de 2026
Mostrando 8 de 9 skills coletadas.
Mostrando 7 de 7 repositórios
Todos os repositórios foram exibidos