Skip to main content
Manusで任意のスキルを実行
ワンクリックで
dallay
GitHub creator profile

dallay

Repository-level view of 148 collected skills across 7 GitHub repositories, including approximate occupation coverage.

skills collected
148
repositories
7
occupation fields
3
updated
2026-06-08
repository map

Where the skills live

Top repositories by collected skill count, with their share of this creator catalog and occupation spread.

#01
opencode-docker
45 skills · 2026-04-14
ソフトウェア開発者ウェブ開発者プロジェクト管理専門家ソフトウェア品質保証アナリスト・テスターネットワーク・コンピュータシステム管理者情報セキュリティアナリスト
10 occupation categories · 100% classified
30%share
#02
agents-skills
41 skills · 2026-04-04
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスターウェブ開発者ネットワーク・コンピュータシステム管理者グラフィックデザイナーデータベースアーキテクト
9 occupation categories · 100% classified
28%share
#03
corvus
22 skills · 2026-04-13
ソフトウェア開発者ウェブ開発者コンピュータシステムアナリストソフトウェア品質保証アナリスト・テスターネットワーク・コンピュータシステム管理者情報セキュリティアナリスト
6 occupation categories · 100% classified
15%share
#04
profiletailors.com
18 skills · 2026-06-08
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
2 occupation categories · 100% classified
12%share
#05
cortex
15 skills · 2026-06-02
classification pending
10%share
#06
agentsync
5 skills · 2026-03-31
ソフトウェア開発者ソフトウェア品質保証アナリスト・テスター
2 occupation categories · 100% classified
3.4%share
#07
starter-gradle
2 skills · 2026-02-13
ソフトウェア開発者
1 occupation categories · 100% classified
1.4%share
repository explorer

Repositories and representative skills

#001
opencode-docker
45 skills00updated 2026-04-14
30% of creator
accessibility
ウェブ開発者

Audit and improve web accessibility following WCAG 2.1 guidelines. Use when asked to "improve accessibility", "a11y audit", "WCAG compliance", "screen reader support", "keyboard navigation", or "make accessible".

2026-04-14
agents-sdk
ソフトウェア開発者

Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.

2026-04-14
best-practices
情報セキュリティアナリスト

Apply modern web development best practices for security, compatibility, and code quality. Use when asked to "apply best practices", "security audit", "modernize code", "code quality review", or "check for vulnerabilities".

2026-04-14
brainstorming
プロジェクト管理専門家

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

2026-04-14
building-ai-agent-on-cloudflare
ソフトウェア開発者

Builds AI agents on Cloudflare using the Agents SDK with state management, real-time WebSockets, scheduled tasks, tool integration, and chat capabilities. Generates production-ready agent code deployed to Workers. Use when: user wants to "build an agent", "AI agent", "chat agent", "stateful agent", mentions "Agents SDK", needs "real-time AI", "WebSocket AI", or asks about agent "state management", "scheduled tasks", or "tool calling". Biases towards retrieval from Cloudflare docs over pre-trained knowledge.

2026-04-14
building-mcp-server-on-cloudflare
ソフトウェア開発者

Builds remote MCP (Model Context Protocol) servers on Cloudflare Workers with tools, OAuth authentication, and production deployment. Generates server code, configures auth providers, and deploys to Workers. Use when: user wants to "build MCP server", "create MCP tools", "remote MCP", "deploy MCP", add "OAuth to MCP", or mentions Model Context Protocol on Cloudflare. Also triggers on "MCP authentication" or "MCP deployment". Biases towards retrieval from Cloudflare docs over pre-trained knowledge.

2026-04-14
cloudflare
ソフトウェア開発者

Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use for any Cloudflare development task. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.

2026-04-14
core-web-vitals
ウェブ開発者

Optimize Core Web Vitals (LCP, INP, CLS) for better page experience and search ranking. Use when asked to "improve Core Web Vitals", "fix LCP", "reduce CLS", "optimize INP", "page experience optimization", or "fix layout shifts".

2026-04-14
Showing top 8 of 45 collected skills in this repository.
#002
agents-skills
41 skills20updated 2026-04-04
28% of creator
jest-testing
ソフトウェア品質保証アナリスト・テスター

Jest testing framework patterns for JavaScript and TypeScript projects, covering test structure, mocking strategies, async testing, snapshot testing, React component testing with Testing Library, and practical test organization. Use when the task involves `Jest`, `JavaScript testing`, `React testing`, `jest.config`, or `unit testing JS`.

2026-04-04
accessibility
ウェブ開発者

Audit and improve web accessibility following WCAG 2.1 guidelines. Use when the task involves `improve accessibility`, `a11y audit`, `WCAG compliance`, `screen reader support`, `keyboard navigation`, or `make accessible`.

2026-04-04
best-practices
ソフトウェア開発者

Apply modern web development best practices for security, compatibility, and code quality. Use when the task involves `apply best practices`, `security audit`, `modernize code`, `code quality review`, or `check for vulnerabilities`.

2026-04-04
brainstorming
ソフトウェア開発者

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation. Use when the task involves `brainstorming`, `brainstorm ideas`, `explore design`, `before creative work`, or `turn ideas into designs`.

2026-04-04
core-web-vitals
ウェブ開発者

Optimize Core Web Vitals (LCP, INP, CLS) for better page experience and search ranking. Use when the task involves `improve Core Web Vitals`, `fix LCP`, `reduce CLS`, `optimize INP`, `page experience optimization`, or `fix layout shifts`.

2026-04-04
cypress-e2e
ソフトウェア品質保証アナリスト・テスター

Cypress end-to-end testing patterns for reliable browser-based testing, covering selectors, custom commands, API mocking with cy.intercept, CI configuration, and best practices for deterministic, maintainable E2E test suites. Use when the task involves `Cypress`, `E2E testing`, `cypress.config`, `end-to-end testing`, or `browser testing`.

2026-04-04
docker-expert
ネットワーク・コンピュータシステム管理者

Advanced Docker containerization expert for multi-stage builds, image optimization, security hardening, and Compose orchestration. Use when the task involves `working with Dockerfile`, `docker-compose.yml`, `containerization`, `multi-stage builds`, or `optimizing Docker images`.

2026-04-04
elixir-development
ソフトウェア開発者

Elixir and OTP best practices, patterns, and idioms for building concurrent, fault-tolerant applications. Use when the task involves `Elixir project`, `mix.exs`, `Phoenix framework`, `GenServer`, or `OTP patterns`.

2026-04-04
Showing top 8 of 41 collected skills in this repository.
#003
corvus
22 skills92updated 2026-04-13
15% of creator
agentsync
ソフトウェア開発者

Use AgentSync correctly and consistently to inspect repository agent setup, manage installable skills, and apply agent configuration changes. Trigger: when an agent needs to use the agentsync CLI, inspect AI agent symlinks, suggest/install/update skills, or initialize/sync AgentSync-managed configuration.

2026-04-13
frontend-design
ウェブ開発者

Create production-grade frontend interfaces with strong visual direction while avoiding generic AI-generated UI patterns. Trigger: building or modifying web components, pages, dashboards, or application UI.

2026-04-03
github-actions
ソフトウェア開発者

GitHub Actions CI/CD best practices for workflow design, security hardening, and pipeline optimization. Trigger: When creating, reviewing, or auditing GitHub Actions workflows (.github/workflows/*.{yml,yaml}), fixing CI/CD issues, or hardening pipeline security.

2026-04-03
vite
ソフトウェア開発者

Vite build tool configuration, plugin API, SSR, and Vite 8 Rolldown migration. Use when working with Vite projects, vite.config.ts, Vite plugins, or building libraries/SSR apps with Vite.

2026-04-03
corvus-rust-runtime
ソフトウェア開発者

Corvus-specific Rust runtime guidance. Trigger: When working in clients/agent-runtime on providers, channels, tools, security, memory, gateway, runtime adapters, or other trait-driven runtime boundaries.

2026-03-26
rust
ソフトウェア開発者

General Rust engineering guidance grounded in Rust Book best practices. Trigger: When creating, modifying, or reviewing Rust code, especially around ownership, error handling, traits, modules, testing, async boundaries, or performance-sensitive logic.

2026-03-26
conventional-commits
ソフトウェア開発者

Conventional Commits specification and usage guidance. Trigger: Creating commits, git messages, or commit guidelines.

2026-03-18
release
ソフトウェア開発者

Use this skill when asked to create a release, publish to Maven Central, create GitHub releases, or manage version tagging. It guides through the complete release workflow for this Gradle project.

2026-03-10
Showing top 8 of 22 collected skills in this repository.
#004
profiletailors.com
18 skills00updated 2026-06-08
12% of creator
spring-boot-actuator
ソフトウェア開発者

Use when configuring Spring Boot Actuator for production-grade monitoring, health probes, secured management endpoints, readiness/liveness checks, and Micrometer metrics in Spring Boot 4 applications.

2026-06-08
spring-boot-ai-mcp-server-patterns
ソフトウェア開発者

Use when building Model Context Protocol servers in Spring Boot with Spring AI, exposing tools or resources, configuring transports, or integrating AI tool-calling workflows.

2026-06-08
spring-boot-cache
ソフトウェア開発者

Use when adding caching to Spring Boot 4 services, configuring cache providers and TTL policies, invalidating stale data, or diagnosing cache hit and miss behavior.

2026-06-08
spring-boot-data-neo4j-reactive
ソフトウェア開発者

Use when integrating Neo4j into a Spring Boot 4 backend with graph models, Cypher queries, reactive repositories, relationship mapping, or graph-focused testing patterns.

2026-06-08
spring-boot-messaging
ソフトウェア開発者

Use when implementing event-driven or message-based integration in Spring Boot 4, publishing domain events, coordinating Kafka or broker messaging, or applying outbox and idempotency patterns for reliable delivery.

2026-06-08
spring-boot-openapi
ソフトウェア開発者

Use when documenting reactive Spring Boot 4 HTTP APIs with SpringDoc OpenAPI, configuring Swagger UI, annotating endpoints, documenting security schemes, or defining request and response schemas.

2026-06-08
spring-boot-resilience
ソフトウェア開発者

Use when implementing reactive fault-tolerance patterns in Spring Boot 4 with native Spring Framework 7 resilience features or Resilience4j, including retries, concurrency limiting, circuit breakers, rate limiting, timeouts, and fallbacks for downstream calls.

2026-06-08
spring-boot-saga-pattern
ソフトウェア開発者

Use when implementing saga-based distributed consistency in Spring Boot 4, coordinating compensating transactions, or designing choreography and orchestration flows across services.

2026-06-08
Showing top 8 of 18 collected skills in this repository.
#005
cortex
15 skills00updated 2026-06-02
10% of creator
playwright-best-practices
未分類

Use when writing Playwright tests, fixing flaky tests, debugging failures, implementing Page Object Model, configuring CI/CD, optimizing performance, mocking APIs, handling authentication or OAuth, testing accessibility (axe-core), file uploads/downloads, date/time mocking, WebSockets, geolocation, permissions, multi-tab/popup flows, mobile/responsive layouts, touch gestures, GraphQL, error handling, offline mode, multi-user collaboration, third-party services (payments, email verification), console error monitoring, global setup/teardown, test annotations (skip, fixme, slow), test tags (@smoke, @fast, @critical, filtering with --grep), project dependencies, security testing (XSS, CSRF, auth), performance budgets (Web Vitals, Lighthouse), iframes, component testing, canvas/WebGL, service workers/PWA, test coverage, i18n/localization, Electron apps, or browser extension testing. Covers E2E, component, API, visual, accessibility, security, Electron, and extension testing.

2026-06-02
shadcn-vue
未分類

Manages shadcn-vue components and projects — adding, searching, fixing, debugging, styling, and composing UI. Provides project context, component docs, and usage examples. Applies when working with shadcn-vue, component registries, presets, --preset codes, or any project with a components.json file. Also triggers for "shadcn-vue init", "create an app with --preset", or "switch to --preset".

2026-05-31
accessibility
未分類

Use when asked to improve accessibility, run a11y audit, ensure WCAG compliance, add screen reader support, fix keyboard navigation, or make content accessible.

2026-05-31
animate-text
未分類

Use when picking or translating named effects like soft blur in, typewriter, shared axis, line reveal, stagger, crossfade, or kinetic builds.

2026-05-31
astro
未分類

Use when working with Astro, .astro files, static site generation (SSG), islands architecture, content collections, or deploying Astro projects.

2026-05-31
best-practices
未分類

Apply modern web development best practices for security, compatibility, and code quality. Use when the task involves `apply best practices`, `security audit`, `modernize code`, `code quality review`, or `check for vulnerabilities`.

2026-05-31
core-web-vitals
未分類

Use when improving Core Web Vitals, fixing LCP, reducing CLS, optimizing INP, or addressing page experience optimization.

2026-05-31
frontend-design
未分類

Use when building web components, pages, or applications with high design quality that avoids generic AI aesthetics.

2026-05-31
Showing top 8 of 15 collected skills in this repository.
#007
starter-gradle
2 skills20updated 2026-02-13
1.4% of creator
7 件中 7 件のリポジトリを表示
すべてのリポジトリを表示しました