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

IBM

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

収集済み skills
91
リポジトリ
26
更新
2026年9月4日
リポジトリマップ

skills がある場所

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

#01
ado
13 件の skills · 2026年8月28日
ソフトウェア開発者データサイエンティストソフトウェア品質保証アナリスト・テスターネットワーク・コンピュータシステム管理者
4 件の職業カテゴリ · 100% 分類済み
14%比率
#02
ibm-licensing-operator
12 件の skills · 2026年7月10日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターネットワーク・コンピュータシステム管理者
3 件の職業カテゴリ · 100% 分類済み
13%比率
#03
fp-go
7 件の skills · 2026年9月4日
ソフトウェア開発者その他コンピュータ職ソフトウェア品質保証アナリスト・テスター
3 件の職業カテゴリ · 100% 分類済み
7.7%比率
#04
ibm-watsonx-orchestrate-adk
7 件の skills · 2026年8月27日
ソフトウェア開発者コンピュータシステムアナリストその他コンピュータ職プロジェクト管理専門家
4 件の職業カテゴリ · 100% 分類済み
7.7%比率
#05
skillset-artifacts
7 件の skills · 2026年8月12日
分類待ち
7.7%比率
#06
agentic-text2sparql
6 件の skills · 2026年7月23日
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
6.6%比率
#07
ibm-watsonx-data-integration-skills
5 件の skills · 2026年8月13日
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
5.5%比率
#08
CodeEngine
4 件の skills · 2026年7月1日
ソフトウェア開発者ネットワーク・コンピュータシステム管理者
2 件の職業カテゴリ · 100% 分類済み
4.4%比率
ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

ado-project-maintenance
ソフトウェア開発者

Describes how to maintain an ado project including how to identify resources that are candidates for deletion, and how to label testing or provisional resources. Use when asked to clean up, tidy, or run maintenance on an ado project/context; to find what can…

2026年8月28日
resource-yaml-creation
ソフトウェア開発者

Guidance for creating ado resource YAML files (discoveryspace, operation, actuatorconfiguration, samplestore, document). Covers metadata conventions, dynamic reference resolution with --use-latest/--with/--set, space design principles, avoiding duplicate…

2026年8月28日
examining-ado-project
ソフトウェア開発者

Understand the work done in an ado project/context: recent activity, research underway, study documents, spaces and operations over time, experiments and configs used. Use when the user asks for the latest or recent activity in a project; what research…

2026年8月5日
examining-discovery-spaces
ソフトウェア開発者

End-to-end workflow to examine and summarise an ado discoveryspace — fetch space YAML, describe entity and measurement space structure, assess sampling coverage, export measurement data, and find related resources. Use when the user asks to inspect,…

2026年8月5日
formulate-discovery-problem
ソフトウェア開発者

Creates experiment campaigns for addressing discovery problems (research questions) by creating ado discoveryspace and operation YAML. Guides experiment selection and parameterization for a new space, entity-space design, validation, and operator selection.…

2026年8月5日
query-ado-data
ソフトウェア開発者

Query ado catalogs, metadata, and measurement data via the CLI. Use when the user asks what experiments, actuators, operators, contexts, spaces, or operations are available; to list or find resources; check the active context/project; filter by metadata or…

2026年8月5日
using-ado-cli
ソフトウェア開発者

Reference for ado CLI command syntax, flags, and usage patterns — get, create, edit, show, describe, output flags (-o, --output-file), convenience flags (--use-latest, --set, --with), debugging with -l, and run_experiment. Use when writing, verifying, or…

2026年8月5日
conduct-empirical-study
データサイエンティスト

End-to-end workflow for conducting empirical studies with ado — systematic exploration and analysis of entity spaces. Covers problem formulation, optional implementation of custom experiments/operators, execution (local or remote), and analysing results. Use…

2026年8月4日
収集済み skill 13 件中 8 件を表示しています。
operator-sdk-guide
ソフトウェア開発者

Explains how operator-sdk and kubebuilder work specifically for the ibm-licensing-operator - its CRDs, controllers, reconcile flow, scheme/manager wiring, kubebuilder markers, and the code-generation chain. Use to understand the operator's architecture, where…

2026年7月10日
setup-tools
ネットワーク・コンピュータシステム管理者

Install, verify, and clean the local development toolchain (operator-sdk, opm, controller-gen, kustomize, yq, linters, detect-secrets) for the ibm-licensing-operator repo. Use for first-time setup, onboarding, when a build fails because a tool is missing or…

2026年7月10日
code-review
ソフトウェア品質保証アナリスト・テスター

Perform a thorough, precise code review of a GitHub pull request, in the agent thread, using the `gh` CLI. Give it a PR number (preferred) or a branch name - it fetches the PR and diff with `gh`, runs an explicit review loop, decides PASS or CHANGES…

2026年7月7日
license-service-architecture
ソフトウェア開発者

How License Service is split across three separate repositories - the operator (this repo), the operand (the containerized License Service application), and the commons (a shared library) - and how they interplay at build time and runtime. Use to understand…

2026年7月7日
build-and-deploy
ソフトウェア開発者

Build the ibm-licensing-operator binary/image and run or deploy it against a Kubernetes cluster for local development and testing. Use to compile the operator, run the controller locally against a cluster, build and push a dev image to the scratch registry,…

2026年7月6日
build-helm-charts
ソフトウェア開発者

Build the development Helm charts for the License Service family (License Service, License Service Reporter, License Service Scanner) used for the "License Service without an IBM Cloud Pak" / no-operator deployment path. Use to package and test Helm-based…

2026年7月6日
code-quality
ソフトウェア品質保証アナリスト・テスター

Format, tidy, vet, lint, and secret-scan the ibm-licensing-operator codebase before committing or opening a PR. Runs the same checks the pre-commit git hook and CI enforce (golangci-lint, shellcheck, yamllint, mdl, go vet, detect-secrets). Use before every…

2026年7月6日
contributing
ソフトウェア開発者

How to contribute high-quality changes to the ibm-licensing-operator repo - the end-to-end workflow, DCO sign-off, the pre-PR quality checklist, when generated files must be committed, copyright headers, branching, and version bumps. Use when preparing a…

2026年7月6日
収集済み skill 12 件中 8 件を表示しています。
fp-go-http
ソフトウェア開発者

Use this skill when making HTTP requests in fp-go using the ReaderIOResult-based HTTP client (github.com/IBM/fp-go/v2/context/readerioresult/http). Trigger on mentions of fp-go HTTP, MakeClient, MakeGetRequest, MakeRequest, ReadJSON, ReadText, ReadAll,…

2026年9月4日
fp-go-logging
ソフトウェア開発者

Use this skill when working with logging in fp-go functional pipelines (github.com/IBM/fp-go/v2/logging). Trigger on mentions of logging in monadic contexts, ChainFirstIOK, ChainFirst with logging, side-effect logging, structured logging (SLog),…

2026年9月4日
fp-go-pipe-flow
ソフトウェア開発者

Guides writing, refactoring, and reviewing fp-go v2 code that uses functional composition via Pipe and Flow. Apply this skill whenever the user asks to write new fp-go code, refactor imperative Go into functional style, explain a Pipe/Flow pipeline, add…

2026年9月4日
fp-go-pr-review
ソフトウェア品質保証アナリスト・テスター

Use this skill when reviewing pull requests for fp-go code (github.com/IBM/fp-go/v2). Trigger on mentions of PR review, code review, pull request validation, fp-go best practices validation, functional programming review, or when the user asks to review…

2026年9月4日
fp-go
ソフトウェア開発者

Use this skill whenever writing, reviewing, or refactoring Go code that uses the fp-go library (github.com/IBM/fp-go/v2). Trigger on any mention of fp-go, functional programming in Go, monads in Go, Option/Either/Result types in Go, IOResult, ReaderIOResult,…

2026年9月4日
fp-go-lens
ソフトウェア開発者

Use this skill when working with lenses and optics in Go using the fp-go library (github.com/IBM/fp-go/v2/optics/lens). Trigger on mentions of lenses, optics, MakeLens, MakeLensRef, MakeLensStrict, lens composition, immutable updates to nested structs,…

2026年6月29日
fp-go-mcp
その他コンピュータ職

Use this skill when working with the fp-go MCP (Model Context Protocol) server located in github.com/IBM/fp-go/gen/v2. Trigger on mentions of MCP server, fp-go MCP tools, list_skills, use_skill, search_examples, get_example, configuring fp-go for Claude…

2026年6月29日
wxo-builder
ソフトウェア開発者

Expert guidance for generating watsonx Orchestrate native solutions from SOPs or simple prompts. Implements agents, flows, tools, and knowledge bases based on business requirements.

2026年8月27日
telemetry-analyzer
ソフトウェア開発者

Use when the user wants to analyze agent telemetry traces to find bugs and get fix recommendations — walks through exporting traces from a local or remote watsonx Orchestrate server, parsing raw OTel JSON or Langfuse-format trace JSON directly, and reasoning…

2026年7月31日
customercare-mcp-builder
ソフトウェア開発者

Build MCP servers for customer care agents following Watson Orchestrate specifications. Guides agents through tool creation, transaction patterns, authentication, widgets, and context management with strict adherence to reference specifications. Use when…

2026年7月15日
agent-instructions-evaluator
その他コンピュータ職

Evaluate an agent instructions or agent definition for achievability and produce a structured, evidence-backed report artifact with per-dimension scores, findings, deterministic signals, and high-impact recommendations.

2026年6月25日
wxo-analyzer
ソフトウェア開発者

Analyzes watsonx Orchestrate (wxO) projects and generates a 3-report documentation set covering the overall solution, agents, and tools/connections/other components with Mermaid diagrams.

2026年6月24日
solution-architect
コンピュータシステムアナリスト

Expert guidance for creating high-level solution architecture documents from business requirements, use cases, or problem statements. Produces three focused documents - business overview, technical architecture, and implementation plan - with sufficient…

2026年5月15日
sop-builder
プロジェクト管理専門家

Expert guidance for building a Standard Operating Procedure (SOP) from a workflow diagram, Langflow JSON, n8n JSON, BPMN model or workflow description. Focuses on business problem, data requirements, and business logic in plain language.

2026年3月3日
lcb-doctest-driven-development
未分類

Doctest-driven code generation for competitive-programming problems. The orchestrator first designs a quality gate of doctests (happy-path AND self-devised edge cases), verifies their expected values with a reference solution, injects them into the code…

2026年8月12日
code-completion-no-orchestration
未分類

ABLATION VARIANT — ORCHESTRATION REMOVED. This is the doctest-driven code-completion skill with the Orchestration pattern ablated out. The iterative Recovery Loop is preserved (write code, run doctests, fix on failure, repeat until they pass or the budget is…

2026年6月29日
code-completion-no-progressive-disclosure
未分類

Use this skill whenever you are given a Python code file with missing code and asked to complete it — whether that is a single incomplete line, an API invocation, or an entire function body. This skill completes the missing code by first generating doctests…

2026年6月29日
code-completion-no-recovery-loop
未分類

ABLATION VARIANT — RECOVERY LOOP REMOVED. This is the doctest-driven code-completion skill with the iterative Recovery Loop pattern ablated out. Everything else (Orchestration: the staged pipeline, task routing, 5-tier classification, multi-file progressive…

2026年6月29日
code-completion-role-reinforced-codegolf
未分類

Use this skill whenever you are given a Python code file with missing code and asked to complete it — whether that is a single incomplete line, an API invocation, or an entire function body. This skill completes the missing code by first generating doctests…

2026年6月29日
code-completion-role-reinforced-engineer
未分類

Use this skill whenever you are given a Python code file with missing code and asked to complete it — whether that is a single incomplete line, an API invocation, or an entire function body. This skill completes the missing code by first generating doctests…

2026年6月29日
code-completion
未分類

Use this skill whenever you are given a Python code file with missing code and asked to complete it — whether that is a single incomplete line, an API invocation, or an entire function body. This skill completes the missing code by first generating doctests…

2026年6月29日
few-shot-examples
ソフトウェア開発者

Few-shot examples skill that provides reusable examples of common Wikidata SPARQL patterns. Use before generating SPARQL to find relevant examples that demonstrate how similar questions have been answered, covering patterns like direct lookups, reverse…

2026年7月23日
graph-exploration
ソフトウェア開発者

Graph exploration skill that inspects the Wikidata knowledge graph around seed entities using small diagnostic SPARQL queries. Use to verify property directions, discover graph paths, inspect qualifiers, and build evidence for the final query structure.

2026年7月23日
sparql-execution
ソフトウェア開発者

SPARQL execution skill that sends queries to the Wikidata Query Service, captures results, validates them against the user's intent, and performs iterative repair when queries fail or return implausible results. Use when you have a candidate SPARQL query…

2026年7月23日
sparql-generation
ソフトウェア開発者

SPARQL generation skill that constructs a SPARQL query from resolved Wikidata entities, properties, and graph paths. Use when you have verified Wikidata IDs and need to assemble them into a syntactically correct SPARQL query with proper triple patterns,…

2026年7月23日
text2sparql
ソフトウェア開発者

End-to-end Text-to-SPARQL skill that orchestrates wikidata-search, graph-exploration, sparql-generation, and sparql-execution to convert a natural-language question into a validated, executable SPARQL query over Wikidata. Use when the user asks a…

2026年7月23日
wikidata-search
ソフトウェア開発者

Wikidata search skill that resolves entity names and relation phrases to Wikidata item IDs (QIDs) and property IDs (PIDs) using the Wikidata API. Use when you need to find Wikidata identifiers for entities or properties mentioned in a natural-language…

2026年7月23日
di-agent-flow-pyflow
ソフトウェア開発者

API spec for pyflow, IBM's LLM-optimized Python DSL for authoring DataStage and StreamSets flows. Its compact surface and compile-time validation offer context efficiency, fast feedback, and correctness guarantees, making it the ideal choice for writing flows…

2026年8月13日
di-agent-bug-report
ソフトウェア開発者

Generates a Markdown bug report for an IBM watsonx.data integration session. User can invoke directly. The agent MUST propose it (and must wait for explicit acceptance) after 3 or more consecutive calls to the same tool or the same sequence of tools result in…

2026年8月5日
di-agent-parameter-sets
ソフトウェア開発者

Guide for creating, editing, and using parameter sets (paramsets) in IBM watsonx Data Integration. Covers parameter types, value sets, PROJDEF, local parameters, runtime parameters, flow parameters, #param# and ${param} reference syntax for both DataStage…

2026年7月31日
di-agent-flow-datastage
ソフトウェア開発者

Reference for the verbose watsonx.data integration SDK for DataStage (batch) flows, with exhaustive stage and property access. New flows can only be created with pyflow's compact DSL (`di-agent-flow-pyflow`); use this SDK to edit existing flows in place — for…

2026年7月30日
di-agent-knowledge-engine-datastage
ソフトウェア開発者

Q&A reference for the DataStage parallel engine — parallelism, partitioning theory, APT configuration files, concurrent job execution, restart/recovery, disk/resource tuning, dataset performance, flow optimization (partitioning/sorting/memory), and per-stage…

2026年7月24日
26 件中 12 件のリポジトリを表示