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

redis

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

収集済み skills
98
リポジトリ
16
更新
2026年8月28日
リポジトリマップ

skills がある場所

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

#01
redisctl
17 件の skills · 2026年8月4日
ネットワーク・コンピュータシステム管理者ソフトウェア開発者データベースアーキテクトデータベース管理者
4 件の職業カテゴリ · 100% 分類済み
17%比率
#02
RedisInsight
15 件の skills · 2026年8月7日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターウェブ開発者
3 件の職業カテゴリ · 100% 分類済み
15%比率
#03
docs
13 件の skills · 2026年8月28日
ソフトウェア開発者プロジェクト管理専門家ソフトウェア品質保証アナリスト・テスター
3 件の職業カテゴリ · 85% 分類済み
13%比率
#04
agent-filesystem
10 件の skills · 2026年6月12日
ソフトウェア開発者プロジェクト管理専門家ソフトウェア品質保証アナリスト・テスターファイル事務員
4 件の職業カテゴリ · 100% 分類済み
10%比率
#05
agent-skills
8 件の skills · 2026年8月11日
分類待ち
8.2%比率
#06
node-redis
7 件の skills · 2026年8月26日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
2 件の職業カテゴリ · 100% 分類済み
7.1%比率
#07
ioredis
6 件の skills · 2026年7月29日
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
2 件の職業カテゴリ · 100% 分類済み
6.1%比率
#08
redis-py
6 件の skills · 2026年7月8日
ソフトウェア開発者
1 件の職業カテゴリ · 100% 分類済み
6.1%比率
ここでは上位 8 件のリポジトリを表示しています。完全なリストは下に続きます。
リポジトリエクスプローラー

リポジトリと代表的な skills

redisctl-enterprise-admin
ネットワーク・コンピュータシステム管理者

Advanced Redis Enterprise administration via the redisctl CLI. Use for RBAC, LDAP, cluster policy, licensing, certificates, proxy management, and diagnostics.

2026年8月4日
cloud-database-provisioning
ソフトウェア開発者

Provision a Redis Cloud database end-to-end — Essentials (fixed plan) or Pro (custom) — using Redis Cloud MCP tools

2026年6月3日
enterprise-health-check
ネットワーク・コンピュータシステム管理者

Comprehensive pre-operation health check for a Redis Enterprise cluster — verify cluster state, node health, license status, and active alerts before making changes

2026年6月3日
redisctl-enterprise-ops
ネットワーク・コンピュータシステム管理者

Day-to-day Redis Enterprise cluster operations via the redisctl CLI. Use when checking cluster status, managing databases, viewing stats and logs, or monitoring Active-Active deployments.

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

Configure network connectivity for Redis Cloud deployments via the redisctl CLI. Use when setting up VPC peering, Transit Gateway, Private Service Connect, or PrivateLink.

2026年6月3日
redisctl-cloud-management
ネットワーク・コンピュータシステム管理者

Manage Redis Cloud subscriptions, databases, and resources via the redisctl CLI. Use when provisioning, updating, or monitoring Redis Cloud infrastructure.

2026年6月3日
redisctl-setup
ソフトウェア開発者

Install and configure redisctl CLI for Redis Cloud, Enterprise, and direct database access. Use when setting up redisctl for the first time, creating profiles, or configuring shell completions.

2026年6月3日
compare-approaches
ソフトウェア開発者

Prototype and compare 2-3 Redis data model alternatives for the same workload

2026年3月19日
収集済み skill 17 件中 8 件を表示しています。
e2e-testing
ソフトウェア品質保証アナリスト・テスター

Playwright end-to-end testing standards for RedisInsight: page object models, test structure, fixtures, navigation patterns, and flaky-test prevention. Use when editing files under tests/e2e-playwright/**, writing Playwright tests, adding page objects, or…

2026年8月7日
pull-requests
ソフトウェア品質保証アナリスト・テスター

Create and review pull requests following project standards including title format, description template, and review checklist. Use when creating PRs, writing PR descriptions, or reviewing pull requests.

2026年8月3日
dead-dependencies
ソフトウェア開発者

Find and safely remove unused ("dead") npm dependencies in RedisInsight using a grep + leaf-check + build-gate recipe. Use when cleaning up dependencies, investigating whether a package is still used, removing a suspected leftover, or when the user mentions…

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

Code-quality standards for RedisInsight: TypeScript strictness, naming conventions (camelCase, PascalCase, UPPER_SNAKE_CASE), linting rules, no `any` without reason, no `!important` in styles, and constant extraction. Use when writing or refactoring any…

2026年7月21日
i18n
ソフトウェア開発者

Internationalization conventions for the RedisInsight UI (i18next). Use when adding or changing user-facing strings under redisinsight/ui/**, editing the locale files (en.json/bg.json), translating API errors or notifications, or when the user mentions i18n,…

2026年7月21日
redis-insight-plugin
ソフトウェア開発者

Use when creating, modifying, debugging, deploying, or testing Redis Insight Workbench visualization plugins, plugin manifests, package.json visualizations, activationMethod functions, redisinsight-plugin-sdk usage, Parcel/Vite plugin builds, iframe…

2026年7月21日
tsconfigs
ソフトウェア開発者

Locate and modify TypeScript configuration in RedisInsight. Use when adding path aliases, introducing a new TS area, debugging webpack/ts-node/ESLint path resolution, or the user asks about tsconfig, path mappings, or where TypeScript is configured.

2026年7月21日
type-check-baselines
ソフトウェア開発者

Run, refresh, or recover from RedisInsight's per-project TypeScript error baselines (.tscheck.rec.json). Use when CI reports "baseline is outdated" or "more TS errors than previously recorded", when the user mentions tscheck / type-check / .tscheck.rec.json,…

2026年7月21日
収集済み skill 15 件中 8 件を表示しています。
tce-examples
ソフトウェア開発者

Create or extend tabbed code examples (TCEs) — the multi-language code blocks rendered by the clients-example shortcode. Use when a docs page needs client examples added, when auditing a command page for missing client coverage, when an example set needs a…

2026年8月28日
redis-use-case-ports
ソフトウェア開発者

Port a Redis use-case example (cache-aside, session store, rate limiter, leaderboard, etc.) to all 9 supported client libraries in parallel, with cross-client synthesis and audit

2026年8月25日
vet-redis-client
未分類

Score a community Redis client library against the docs team's quality checklist. Use when reviewing a PR or suggestion to add a client library to the redis.io clients page, or when asked to vet/evaluate a Redis client library.

2026年8月14日
park
未分類

Freeze a release-ready-pending-upstream branch as a parked PR — open (or update) the PR with a machine-diffable unpark manifest, apply the parked / do-not-merge labels, and deliberately defer /finalize so the episodic re-check notes survive. Use when docs are…

2026年8月12日
claude-review
ソフトウェア品質保証アナリスト・テスター

Use when asked to independently review Claude-authored docs or code changes, Claude-generated diffs, or Claude PR work in the Redis docs repo.

2026年8月5日
checkpoint
プロジェクト管理専門家

Save a status checkpoint before switching tasks. Detects the project from the current git branch, then updates that project's plan file in ~/claude-overview/plans/ and its entry in ~/claude-overview/OVERVIEW.md — recording what got done this session, what's…

2026年7月27日
standup
プロジェクト管理専門家

Start-of-day / back-at-desk briefing. Reads the claude-overview hub (~/claude-overview/OVERVIEW.md + plans/), pulls live signals from Jira, GitHub, Google Calendar, Gmail, and Slack, then recommends a ranked "do this next" list with the reason for each.…

2026年7月27日
startwork
プロジェクト管理専門家

Start focused work on one task — the "dive in" companion to /standup and /checkpoint. Given a project/ticket/branch (or the top OVERVIEW priority if none named), reads the claude-overview hub for that project, checks out the appropriate branch in the docs…

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

Use when agents need persistent shared storage, when saving or restoring workspace state, or when coordinating file access across multiple agents and machines. Creates Redis-backed workspaces, checkpoints and restores agent state, mounts shared filesystems…

2026年6月12日
react-best-practices
ソフトウェア品質保証アナリスト・テスター

Review React components for accessibility, hook correctness, and maintainable state boundaries.

2026年5月26日
codex-settings-sync
ソフトウェア開発者

Use when the user wants to migrate Codex state in ~/.codex into Agent Filesystem and mount the same shared Codex memory/settings across multiple computers. Recommends a .afsignore before migration and defaults to excluding worktrees, caches, logs, and…

2026年5月1日
skillname
ソフトウェア開発者

"Use before writing, modifying, or reviewing code when the {{serverName}} MCP server is connected. Read the relevant standards files live from standards/, cite the specific path you used, and treat the workspace as read-only."

2026年4月29日
skillname
ソフトウェア開発者

"Use when Codex has access to the {{serverName}} AFS shared-memory MCP server, or when the user asks to check shared memory, prior cross-agent context, durable learnings, memory entries, workspace memory, saved commands, acronyms, aliases, shorthand such as…

2026年4月29日
skillname
ファイル事務員

"Use when answering non-trivial questions in a project connected to the {{serverName}} MCP server (tools prefixed {{toolPrefix}}*). Read wiki/index.md first, search wiki/ for key nouns, cite relevant wiki paths, and offer to file durable answers back into the…

2026年4月29日
skillname
プロジェクト管理専門家

"Use when coordinating project work through the {{serverName}} MCP server: reading the spec, claiming tasks, updating in-progress work, recording done work, or writing open questions. Preserve per-owner task files and append-only shared docs."

2026年4月29日
agent-filesystem
ソフトウェア開発者

Manage Agent Filesystem through the control-plane MCP server. Use when the `agent-filesystem` MCP server is available, or when the user asks Codex to list, create, fork, checkpoint, delete, or connect AFS workspaces using a control-plane token.

2026年4月24日
収集済み skill 10 件中 8 件を表示しています。
iris-development
未分類

Iris is Redis's umbrella for AI-focused products. Use this skill when integrating with the Iris Redis Agent Memory (RAM) data plane on Redis Cloud — recording session events for an AI agent, creating or searching long-term memories, configuring a memory…

2026年8月11日
redis-clustering
未分類

Redis Cluster and replication guidance covering hash tags for multi-key operations, avoiding CROSSSLOT errors, and reading from replicas to scale read-heavy workloads. Use when designing keys for a sharded Redis Cluster, debugging CROSSSLOT errors on MGET /…

2026年8月11日
redis-connections
未分類

Redis client and connection guidance covering connection pooling, multiplexing, pipelining, client-side caching with RESP3, avoiding slow commands (KEYS, SMEMBERS, HGETALL), and tuning socket timeouts. Use when configuring a Redis client (redis-py, Jedis,…

2026年8月11日
redis-core
未分類

Core Redis modeling guidance — choose the right data structure (String, Hash, List, Set, Sorted Set, JSON, Stream, Vector Set) and use consistent colon-separated key names. Use when designing a Redis data model, caching objects, deciding between Hash and…

2026年8月11日
redis-observability
未分類

Redis observability guidance — which metrics to monitor (memory, connections, hit ratio, ops/sec, rejected connections), which built-in commands to reach for during incident triage (SLOWLOG, INFO, MEMORY DOCTOR, CLIENT LIST, FT.PROFILE), and when to use the…

2026年8月11日
redis-search
未分類

Redis Search guidance covering FT.CREATE schema design, field type selection (TEXT, TAG, NUMERIC, GEO, GEOSHAPE, VECTOR, JSON path), DIALECT 2 query syntax, FT.SEARCH / FT.AGGREGATE / FT.HYBRID command selection, vector similarity with HNSW or FLAT, hybrid…

2026年8月11日
redis-security
未分類

Redis security guidance covering authentication (requirepass and ACL users), TLS, ACL-based least-privilege access control, restricting network exposure via bind and protected-mode, firewall rules, and disabling dangerous commands. Use when deploying Redis to…

2026年8月11日
redis-semantic-cache
未分類

Redis LangCache guidance for semantic caching of LLM responses on Redis Cloud — calling search/set via the SDK or REST API, tuning the similarity threshold, separating caches per task type, and filtering with custom attributes. Use when caching LLM…

2026年8月11日
maintainer-triage
ソフトウェア品質保証アナリスト・テスター

Batch-triage and act on a set of node-redis PRs (or issues) by filter — fan out the maintainer-review methodology across them, present a one-word verdict plus a tldr to the user one at a time for approval, then execute the approved GitHub action (LGTM +…

2026年8月26日
maintainer-review
ソフトウェア品質保証アナリスト・テスター

Review a GitHub issue or pull request URL as a node-redis maintainer, with a staged assessment of whether the claim is real, practically important, already solvable with supported functionality, correctly scoped, better served by another design, and worth…

2026年7月28日
implement-command
ソフトウェア開発者

Add a new Redis command (or command variant) to node-redis end-to-end — the `<NAME>.ts` Command file, its registration with JSDoc in the package `commands/index.ts`, and a co-located `<NAME>.spec.ts` with arg + behavior tests. Use when asked to implement,…

2026年7月22日
bump-test-image
ソフトウェア開発者

Bump the default Redis docker test image (redislabs/client-libs-test) in the shared DEFAULT_DOCKER_CONFIG and the CI matrix, then force-push the bump-test-image branch and open a PR against upstream. User-invoked only.

2026年7月22日
docs-sync
ソフトウェア開発者

Analyze master branch implementation and configuration to find missing, incorrect, or outdated documentation in docs/, README.md, and per-package READMEs. Use when asked to audit doc coverage, sync docs with code, or propose doc updates/structure changes.…

2026年7月1日
pr-draft-summary
ソフトウェア開発者

Create the required PR-ready summary block, branch suggestion, title, and draft description for node-redis. Must be used before the final response whenever the actual task diff includes runtime code, tests, examples, build/test configuration, or docs with…

2026年7月1日
runtime-behavior-probe
ソフトウェア開発者

Plan and execute runtime-behavior investigations with temporary TypeScript probe scripts, validation matrices, state controls, and findings-first reports. Use only when the user explicitly invokes this skill to verify actual runtime behavior beyond normal…

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

Verify ioredis code changes before handoff. Use when an agent changes or reviews runtime TypeScript, Redis command support, generated typings, tests, docs tied to behavior, build tooling, release-sensitive files, or any task that needs choosing and running…

2026年7月29日
docs-sync
ソフトウェア開発者

Keep ioredis documentation synchronized with code behavior. Use when an agent changes public APIs, options, Redis command support, examples, generated typings, connection behavior, Cluster/Sentinel behavior, Pub/Sub, pipelines, transactions, scan streams,…

2026年7月1日
implement-command
ソフトウェア開発者

Use when adding or updating Redis command support in ioredis, including command metadata checks, generator inputs under bin/, generated RedisCommander typings, return and argument overrides, functional command tests, optional tsd coverage, and validation.

2026年7月1日
maintainer-review
ソフトウェア開発者

Review an ioredis issue or pull request as an ioredis maintainer, with a staged assessment of whether the claim is real, practically important, already solvable with supported functionality, correctly scoped, better served by another ioredis design, and worth…

2026年7月1日
pr-draft-summary
ソフトウェア開発者

Create the required PR-ready summary block, branch suggestion, title, and draft description for ioredis. Must be used before the final response whenever the actual task diff includes runtime code, tests, examples, build/test configuration, or docs with…

2026年7月1日
runtime-behavior-probe
ソフトウェア品質保証アナリスト・テスター

Plan and execute runtime-behavior investigations with temporary TypeScript probe scripts, validation matrices, state controls, and findings-first reports. Use only when the user explicitly invokes this skill to verify actual runtime behavior beyond normal…

2026年7月1日
generate-release-notes
ソフトウェア開発者

Generate a redis-py GitHub release-notes draft and save it as a Markdown file. Collects the merged PRs/commits since the previous release, maps each commit to its PR labels, categorizes them into the project's release sections (Breaking Changes, Deprecations,…

2026年7月8日
maintainer-review
ソフトウェア開発者

Review a GitHub issue or pull request URL as a redis-py maintainer, with a staged assessment of whether the claim is real, practically important, already solvable with supported functionality, correctly scoped, better served by another design, and worth…

2026年7月8日
pr-draft-summary
ソフトウェア開発者

Produce PR-ready output for redis-py — a one-line commit message and a copy-pasteable Markdown PR description (Change summary + Test coverage, 5–6 paragraphs) covering all staged changes plus the commits already on the current branch. Trigger whenever the…

2026年7月8日
generate-release-notes
ソフトウェア開発者

Generate a redis-py GitHub release-notes draft and save it as a Markdown file. Collects the merged PRs/commits since the previous release, maps each commit to its PR labels, categorizes them into the project's release sections (Breaking Changes, Deprecations,…

2026年7月8日
maintainer-review
ソフトウェア開発者

Review a GitHub issue or pull request URL as a redis-py maintainer, with a staged assessment of whether the claim is real, practically important, already solvable with supported functionality, correctly scoped, better served by another design, and worth…

2026年7月8日
pr-draft-summary
ソフトウェア開発者

Produce PR-ready output for redis-py — a one-line commit message and a copy-pasteable Markdown PR description (Change summary + Test coverage, 5–6 paragraphs) covering all staged changes plus the commits already on the current branch. Trigger whenever the…

2026年7月8日
update-ci-image
ソフトウェア開発者

Use when adding, updating, or removing a `redislabs/client-libs-test` image tag used by the test stack — covers every place a Redis version → image-tag mapping lives so local `make test` and GitHub CI stay in sync.

2026年7月30日
add-command
ソフトウェア開発者

Use when adding a new Redis command (or RediSearch / TimeSeries / VectorSet / module subcommand) to go-redis — covers fetching the command spec and docs, the Cmder type, Cmdable interface wiring, RESP parsing, tests, and the custom-vet rule that enforces…

2026年7月22日
commit-style
ソフトウェア開発者

Use when writing a commit message or opening a PR in the go-redis repo — covers the Conventional-Commit format, the repo's scope vocabulary (pool, conn, sentinel, command, …), breaking-change syntax, and the rule that NO AI-attribution trailer is added.

2026年7月22日
prepare-release
ソフトウェア開発者

Use when preparing a go-redis release — cutting a new version, bumping version.go, updating the go-redis dependency version in submodule go.mod files, or writing the RELEASE-NOTES.md entry for a new vX.Y.Z. Covers choosing the next semver, finding the last…

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

Use when running go-redis tests of any kind — the full suite, a single test, or a filtered/focused subset (e.g. only cluster, sentinel, or pool specs); bringing up or tearing down the Docker test stack; the e2e maintenance-notifications suite (including the…

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