Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

assistant

assistant には cedricziel から収集した 17 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
17
Stars
6
更新
2026-04-20
Forks
1
職業カバレッジ
3 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

ios-codesigning
ソフトウェア開発者

iOS code signing and provisioning profile management via fastlane match. Use when debugging CI signing failures, adding new app extensions or targets, rotating certificates, or troubleshooting match decryption errors.

2026-04-20
openapi-sync
ソフトウェア開発者

Enforces OpenAPI spec discipline when working on REST API endpoints in this project. Triggers whenever adding, modifying, or removing HTTP routes, request/response types, or API handlers in the Rust web-ui crate (`crates/web-ui`). Reminds the agent to (1) update the committed `openapi.json` spec, (2) run `make dump-openapi` to re-export the spec from the running server, and (3) run `make generate-flutter-client` to regenerate the Dart/dio client in `app/packages/assistant_api/`. Also applies when changing route parameters, status codes, or authentication on existing endpoints.

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

Test Driven Development discipline for this workspace. Use whenever writing new features, fixing bugs, or refactoring — the test must be written and confirmed failing before any implementation code is added.

2026-04-09
ci-organization
ソフトウェア開発者

CI organization principles and workflow structure for this project. Use whenever modifying, adding, or reviewing GitHub Actions workflows — including adding jobs, changing job order, updating action versions, modifying cache keys, adding build targets, or debugging CI failures.

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

Playwright visual regression testing for the assistant Flutter SPA. Covers test structure, screenshot baselines, cross-platform diff tolerance, CI workflow with inline diff comments, and baseline management. Use when adding screens, changing layouts, or debugging visual test failures.

2026-04-07
interface-implementation
ソフトウェア開発者

Checklist and architectural rules for implementing new assistant interfaces (CLI, Slack, web, etc.). Every interface MUST use the Orchestrator to ensure consistent behaviour: system prompt, tools, skills, memory, and the full ReAct loop. Use this skill when adding, reviewing, or fixing an interface.

2026-04-07
ux-principles
ウェブ・デジタルインターフェースデザイナー

Flutter UX/UI principles for the assistant app. Covers dark-theme colour tokens, responsive breakpoints (Flutter adaptive layouts), accessibility, Riverpod state patterns for loading/error/empty states, and platform conventions for web and macOS. Use when building or reviewing any Flutter screen or widget in app/.

2026-04-07
rust-dependencies
ソフトウェア開発者

Rust dependency management principles for this workspace. Use whenever adding, updating, removing, or reviewing dependencies in any Cargo.toml — including deciding which version to use, where to declare a dep, or auditing for duplicates.

2026-04-03
claude-code-agent
ソフトウェア開発者

Run tasks on the local machine using Claude Code CLI as a background agent. Use this when the user wants to execute code, edit files, run shell commands, build projects, analyse repositories, or do any agentic work on the device — especially multi-step tasks that benefit from Claude Code's tool-use loop. Supports fire-and-forget async jobs (non-blocking, via the native process tool) as well as quick blocking one-shot tasks and follow-up questions in the same session.

2026-03-30
agentskills-spec
ソフトウェア開発者

Authoritative specification for the Agent Skills (agentskills.io) SKILL.md format. Use this skill when generating or validating SKILL.md files.

2026-03-29
observability
ソフトウェア開発者

Practical observability guide for this workspace. Includes where traces, logs, and metrics are persisted in SQLite and quick query patterns for debugging. Use when investigating runtime behavior, incidents, or telemetry quality.

2026-03-25
opentelemetry-genai-spec
ソフトウェア開発者

OpenTelemetry semantic conventions for Generative AI attributes. Use when recording telemetry for GenAI.

2026-03-23
opentelemetry-rust-sdk
ソフトウェア開発者

Best-practice guide for instrumenting Rust apps with the OpenTelemetry SDK. Use when setting up traces, metrics, logs, exporters, and lifecycle handling. For GenAI attributes and semantics, pair with the opentelemetry-genai-spec skill.

2026-03-23
analyze-architecture
ソフトウェア開発者

Cleanup the current architecture. Look for opportunities to extract traits to make things smaller, dedupe, remove legacy or make things more efficient or testable.

2026-03-02
playwright-cli
ソフトウェア品質保証アナリスト・テスター

Browser automation via @playwright/mcp (Microsoft). Use this when the user wants to navigate websites, fill forms, take screenshots, scrape web content, test web apps, or run any multi-step browser workflow. Requires no display (headless mode supported).

2026-03-01
coding-agent
ソフトウェア開発者

Run coding agents (Claude Code, Codex, OpenCode, or others) as background processes for programmatic control. Use when you need non-blocking execution, parallel agents, PR reviews, or long-running coding tasks. Prefer this over direct bash for any task that takes more than ~20 seconds.

2026-03-01
hello-wasm
ソフトウェア開発者

A minimal example WASM skill that returns a greeting. Use to verify that the WASM execution tier is working correctly.

2026-03-01