Skip to main content
cwijayasundara
GitHub-Creator-Profil

cwijayasundara

Repository-Ansicht von 130 gesammelten Skills in 7 GitHub-Repositories.

gesammelte Skills
130
Repositories
7
aktualisiert
25. Juli 2026
Repository-Karte

Wo die Skills liegen

Top-Repositories nach gesammelter Skill-Anzahl, mit ihrem Anteil an diesem Creator-Katalog und ihrer Berufsverteilung.

Repository-Explorer

Repositories und repräsentative Skills

code-gen
Softwareentwickler

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

25. Juli 2026
author-prompt-surface
Sonstige Computerberufe

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. Juli 2026
auto
Softwareentwickler

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

25. Juli 2026
retro
Sonstige Computerberufe

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. Juli 2026
attestation
Softwareentwickler

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. Juli 2026
portfolio-rollup
Softwareentwickler

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. Juli 2026
provision
Softwareentwickler

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. Juli 2026
change
Softwareentwickler

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. Juli 2026
Es werden 8 von 52 gesammelten Skills angezeigt.
brownfield
Softwareentwickler

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

11. Juni 2026
change
Softwareentwickler

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. Juni 2026
checking-migration-safety
Softwareentwickler

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. Juni 2026
implement
Softwareentwickler

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

11. Juni 2026
refactor
Softwareentwickler

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

11. Juni 2026
test
Softwarequalitätssicherungsanalysten und -tester

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

11. Juni 2026
upgrading-dependencies
Softwareentwickler

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. Juni 2026
vibe
Softwareentwickler

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

11. Juni 2026
Es werden 8 von 26 gesammelten Skills angezeigt.
Es werden 8 von 18 gesammelten Skills angezeigt.
architecture
Softwareentwickler

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. März 2026
build
Sonstige Computerberufe

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. März 2026
code-gen
Softwareentwickler

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. März 2026
deployment
Netzwerk- und Computersystemadministratoren

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. März 2026
review
Softwarequalitätssicherungsanalysten und -tester

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

22. März 2026
testing
Softwarequalitätssicherungsanalysten und -tester

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. März 2026
auto
Softwareentwickler

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. März 2026
deploy
Netzwerk- und Computersystemadministratoren

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

22. März 2026
Es werden 8 von 16 gesammelten Skills angezeigt.
langchain-agents-deepagents-code
Softwareentwickler

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. Apr. 2026
langchain-agents-scaffold
Softwareentwickler

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

28. Apr. 2026
langchain-agents-workflow
Softwareentwickler

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. Apr. 2026
langchain-agents-deploy
Softwareentwickler

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. Apr. 2026
langchain-agents-langchain-code
Softwareentwickler

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. Apr. 2026
langchain-agents-langgraph-code
Softwareentwickler

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. Apr. 2026
langchain-agents-langsmith-evals
Softwarequalitätssicherungsanalysten und -tester

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. Apr. 2026
langchain-agents-middleware
Softwareentwickler

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. Apr. 2026
Es werden 8 von 9 gesammelten Skills angezeigt.
7 von 7 Repositories angezeigt
Alle Repositories angezeigt