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

tedivm

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

収集済み skills
52
リポジトリ
4
更新
2026年8月3日
リポジトリエクスプローラー

リポジトリと代表的な skills

create-agent
その他コンピュータ職

Use when creating, configuring, or modifying opencode agents. Covers Markdown agent definitions, frontmatter options (description, mode, hidden, color), primary vs subagent types, and detailed prompt structure. Don't use for skills, commands, or general…

2026年7月20日
rendering-mermaid
ソフトウェア開発者

Use when rendering mermaid diagrams to PNG, SVG, or PDF images. Handles both .mmd files and inline mermaid code blocks in markdown files. Don't use for creating mermaid syntax or GraphViz/DOT diagrams.

2026年7月20日
converting-to-markdown
一般事務員

Use when converting files to Markdown format for LLM consumption, document analysis, or text extraction. Supports PDF, Office documents, images, audio, HTML, and more via Microsoft's markitdown. Don't use for simple text file reads, existing Markdown files,…

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

Use when creating or modifying custom opencode commands in the `commands/` directory. Covers markdown command files, frontmatter options (description, agent, model, subtask), prompt templates with $ARGUMENTS, shell output injection, and file references.

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

Use to do a thorough exploration of an existing codebase. Always use this when asked to explore a codebase/repo/project. Always use it when starting a task that requires deep knowledge of the codebase. Don't use for quick lookups or single-file questions.

2026年6月22日
github-actions
ソフトウェア開発者

You MUST use when creating, modifying, or reviewing GitHub Actions workflow files. For security reasons it is VITAL that you use this skill when working with third party actions (including `actions/checkout` and other official actions).

2026年6月22日
parsing-json
ソフトウェア開発者

Use when parsing, querying, transforming, or extracting data from JSON files, API responses, or JSON streams. Always use the `jq` CLI for all JSON operations. Do not use for YAML, XML, CSV, or plain-text parsing. Never build JSON from scratch in Python, Node,…

2026年6月22日
robs-design
ソフトウェア開発者

Use when designing software architecture or new features: producing technical design documents with model definitions, service code, API contracts, migration strategies, and testing plans. Works alongside OpenSpec proposals or stands alone for feature design.…

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

Configure or use the aiocache caching layer. Use when: adding cache reads/writes, configuring cache backends, working with TTLs, enabling/disabling caching, or understanding the NoOpCache fallback pattern.

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

Create or modify Celery tasks and periodic task configuration. Use when: adding new background tasks, setting up periodic/scheduled tasks, configuring Celery workers, or understanding the Celery app setup.

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

Create or modify FastAPI routes. Use when: adding new API endpoints, creating Pydantic request/response models, registering routers, designing REST APIs, or following route conventions for this project.

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

Create or modify Jinja2 templates. Use when: adding new HTML templates, configuring the Jinja2 environment, adding custom filters or globals, rendering templates outside FastAPI, or working with template inheritance.

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

Create or modify SQLAlchemy models, queries, and Alembic migrations. Use when: defining new database tables, writing queries, creating migrations, checking model conventions, or understanding the database layer.

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

Add or modify CLI commands using Typer. Use when: adding new CLI subcommands, wrapping async functions for CLI use, understanding the CLI entrypoint structure, or following the @syncify pattern for async commands.

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

Add or modify CLI commands using Typer. Use when: adding new CLI subcommands, wrapping async functions for CLI use, understanding the CLI entrypoint structure, or following the @syncify pattern for async commands.

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

Work with the Docker Compose development environment. Use when: starting or stopping services, inspecting logs, opening a shell in a container, resetting the database, or understanding the service topology.

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

Configure or use the aiocache caching layer. Use when: adding cache reads/writes, configuring cache backends, working with TTLs, enabling/disabling caching, or understanding the NoOpCache fallback pattern.

2026年5月16日
celery-tasks
ソフトウェア開発者

Create or modify Celery tasks and periodic task configuration. Use when: adding new background tasks, setting up periodic/scheduled tasks, configuring Celery workers, or understanding the Celery app setup.

2026年5月16日
docker-compose
ネットワーク・コンピュータシステム管理者

Work with the Docker Compose development environment. Use when: starting or stopping services, inspecting logs, opening a shell in a container, resetting the database, or understanding the service topology.

2026年5月16日
fastapi-routes
ソフトウェア開発者

Create or modify FastAPI routes. Use when: adding new API endpoints, creating Pydantic request/response models, registering routers, designing REST APIs, or following route conventions for this project.

2026年5月16日
jinja-templates
ウェブ開発者

Create or modify Jinja2 templates. Use when: adding new HTML templates, configuring the Jinja2 environment, adding custom filters or globals, rendering templates outside FastAPI, or working with template inheritance.

2026年5月16日
makefile
ソフトウェア開発者

Complete reference for all make targets in the project. Use when: looking up the right make command for any task — setup, testing, linting, formatting, database, packaging, or cleanup.

2026年5月16日
pydantic-settings
ソフトウェア開発者

Add or modify application configuration settings. Use when: adding new environment variables, settings fields, understanding settings conventions, working with secrets, or configuring optional vs required settings.

2026年5月16日
python-testing
ソフトウェア品質保証アナリスト・テスター

Write or modify Python tests. Use when: adding new tests, understanding testing conventions, working with fixtures, writing FastAPI route tests, database tests, or following pytest patterns. DO NOT USE FOR RUNNING TESTS. If you are just running tests, not…

2026年5月16日
収集済み skill 11 件中 8 件を表示しています。
game-content-authoring
ソフトウェア開発者

Write or modify Oscilla game content YAML manifests for any game package. Use when: creating a new game package, writing adventures, enemies, items, quests, regions, locations, skills, buffs, archetypes, recipes, loot tables, or conditions; designing…

2026年4月19日
docker-compose
ネットワーク・コンピュータシステム管理者

Work with the Oscilla Docker Compose development environment. Use when: starting or stopping services, inspecting logs, opening a shell in a container, resetting the database, or understanding the service topology.

2026年4月19日
fastapi-routes
ソフトウェア開発者

Create or modify FastAPI routes in the Oscilla codebase. Use when: adding new API endpoints, creating Pydantic request/response models, registering routers, designing REST APIs, or following route conventions for this project.

2026年4月19日
frontend-dev
ソフトウェア開発者

Work on the Oscilla frontend (SvelteKit/Vite). Use when: writing or modifying any Svelte components, routes, stores, styles, or frontend tests; adding new UI features or pages; fixing frontend bugs; running frontend tests or type checks; managing npm…

2026年4月19日
makefile
ソフトウェア開発者

Complete reference for all make targets in the Oscilla project. Use when: looking up the right make command for any task — setup, testing, linting, formatting, database, frontend, packaging, or cleanup.

2026年4月19日
oscilla-content-cli
ソフトウェア開発者

Use the Oscilla CLI to assist content authors writing YAML manifests. Use when: setting up JSON schema validation for YAML manifests, running validate or oscilla content test, inspecting manifest content with list/show, tracing adventure paths, graphing world…

2026年4月19日
pydantic-settings
ソフトウェア開発者

Add or modify application configuration settings in Oscilla. Use when: adding new environment variables, adding new settings fields, understanding settings conventions, working with secrets, or configuring optional vs required settings.

2026年4月19日
python-testing
ソフトウェア品質保証アナリスト・テスター

Write or modify Python tests in Oscilla. Use when: adding new tests, understanding testing conventions, working with fixtures, writing FastAPI route tests, database tests, or game engine tests. Covers pytest patterns, fixture structure, and the game engine…

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