Skip to main content
cwijayasundara
GitHub クリエイタープロフィール

cwijayasundara

7 件の GitHub リポジトリにある 130 件の収集済み skills をリポジトリ単位で表示します。

収集済み skills
130
リポジトリ
7
更新
2026年7月25日
リポジトリマップ

skills がある場所

収集済み skill 数が多いリポジトリを、このクリエイターカタログ内の比率と職業範囲とともに表示します。

#01
claude_harness_eng_v5
52 件の skills · 2026年7月25日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターその他コンピュータ職プロジェクト管理専門家データベースアーキテクトネットワーク・コンピュータシステム管理者
9 件の職業カテゴリ · 100% 分類済み
40%比率
#02
claude_harness_eng_v4
26 件の skills · 2026年6月11日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスタープロジェクト管理専門家ネットワーク・コンピュータシステム管理者
4 件の職業カテゴリ · 100% 分類済み
20%比率
#03
claude_harness_eng_v1
18 件の skills · 2026年4月1日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスタープロジェクト管理専門家マネジメントアナリスト
4 件の職業カテゴリ · 100% 分類済み
14%比率
#04
claude_code_forge_v2
16 件の skills · 2026年3月22日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターネットワーク・コンピュータシステム管理者その他コンピュータ職
4 件の職業カテゴリ · 100% 分類済み
12%比率
#05
agent_cli_langchain
9 件の skills · 2026年4月28日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
2 件の職業カテゴリ · 100% 分類済み
6.9%比率
#06
document_intelligence_adv_v2
7 件の skills · 2026年3月29日
ソフトウェア開発者ウェブ・デジタルインターフェースデザイナーソフトウェア品質保証アナリスト・テスターマネジメントアナリスト
4 件の職業カテゴリ · 100% 分類済み
5.4%比率
#07
deep_agent_harness
2 件の skills · 2026年4月13日
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
1.5%比率
リポジトリエクスプローラー

リポジトリと代表的な skills

code-gen
ソフトウェア開発者

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

2026年7月25日
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年7月25日
auto
ソフトウェア開発者

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

2026年7月25日
retro
その他コンピュータ職

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…

2026年7月24日
attestation
ソフトウェア開発者

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…

2026年7月24日
portfolio-rollup
ソフトウェア開発者

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…

2026年7月24日
provision
ソフトウェア開発者

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),…

2026年7月24日
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年7月23日
収集済み skill 52 件中 8 件を表示しています。
brownfield
ソフトウェア開発者

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

2026年6月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年6月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…

2026年6月11日
implement
ソフトウェア開発者

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

2026年6月11日
refactor
ソフトウェア開発者

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

2026年6月11日
test
ソフトウェア品質保証アナリスト・テスター

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

2026年6月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年6月11日
vibe
ソフトウェア開発者

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

2026年6月11日
収集済み skill 26 件中 8 件を表示しています。
収集済み skill 18 件中 8 件を表示しています。
architecture
ソフトウェア開発者

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.

2026年3月22日
build
その他コンピュータ職

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.

2026年3月22日
code-gen
ソフトウェア開発者

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…

2026年3月22日
deployment
ネットワーク・コンピュータシステム管理者

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.

2026年3月22日
review
ソフトウェア品質保証アナリスト・テスター

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

2026年3月22日
testing
ソフトウェア品質保証アナリスト・テスター

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.

2026年3月22日
auto
ソフトウェア開発者

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.

2026年3月22日
deploy
ネットワーク・コンピュータシステム管理者

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

2026年3月22日
収集済み skill 16 件中 8 件を表示しています。
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年4月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年4月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年4月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…

2026年4月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年4月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…

2026年4月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年4月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…

2026年4月28日
収集済み skill 9 件中 8 件を表示しています。
7 件中 7 件のリポジトリを表示
すべてのリポジトリを表示しました