Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
$pwd:
tedivm
GitHub creator profile

tedivm

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

skills collected
50
repositories
4
occupation fields
1
updated
2026-05-22
occupation focus
Major fields detected across this creator.
repository explorer

Repositories and representative skills

#001
robs_awesome_python_template_examples
14 skills151updated 2026-05-18
28% of creator
aiocache
Développeurs de logiciels

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-05-18
celery-tasks
Développeurs de logiciels

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-05-18
docker-compose
Administrateurs de réseaux et de systèmes informatiques

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-05-18
fastapi-routes
Développeurs de logiciels

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-05-18
jinja-templates
Développeurs web

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-05-18
makefile
Administrateurs de réseaux et de systèmes informatiques

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-05-18
pydantic-settings
Développeurs de logiciels

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-05-18
python-testing
Analystes en assurance qualité des logiciels et testeurs

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 building them, you do not need this.

2026-05-18
Showing top 8 of 14 collected skills in this repository.
#002
opencode-config
14 skills60updated 2026-05-22
28% of creator
bootstrapping-plan
Analystes des systèmes informatiques

Use when bootstrapping the design of a brand new project — producing a plan.md through iterative exploration. Don't use for modifying existing plans, implementing features, or working with established codebases.

2026-05-22
create-command
Développeurs de logiciels

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-05-22
create-python-project
Administrateurs de réseaux et de systèmes informatiques

Use when creating a new Python project from Rob's Awesome Python Template (cookiecutter). Don't use for adding Python to existing projects, installing packages, or working with established codebases.

2026-05-22
create-skill
Développeurs de logiciels

Use when asked to create, generate, or scaffold a new Agent Skill. Don't use for modifying existing skills or writing general documentation.

2026-05-22
exploring-code
Développeurs de logiciels

Use when doing a thorough exploration of an existing codebase. Guides a subagent through reading documentation, reviewing tests, analyzing architecture, and producing a comprehensive overview. Don't use for quick lookups or single-file questions.

2026-05-22
gh-cli
Développeurs de logiciels

All actions on GitHub must use this skill. Covers pull requests, issues, repositories, releases, GitHub Actions, searches, and API requests via the `gh` CLI.

2026-05-22
github-actions
Administrateurs de réseaux et de systèmes informatiques

Use when creating, modifying, or reviewing GitHub Actions workflow files. Covers workflow syntax, action selection, dependabot configuration, and CI/CD best practices.

2026-05-22
init-openspec
Analystes des systèmes informatiques

Use when initializing or setting up OpenSpec in a project that doesn't have it yet. Don't use for creating, applying, exploring, or tinkering with OpenSpec proposals.

2026-05-22
Showing top 8 of 14 collected skills in this repository.
#003
robs_awesome_python_template
11 skills29523updated 2026-05-16
22% of creator
aiocache
Développeurs de logiciels

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-05-16
celery-tasks
Développeurs de logiciels

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-05-16
docker-compose
Administrateurs de réseaux et de systèmes informatiques

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-05-16
fastapi-routes
Développeurs de logiciels

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-05-16
jinja-templates
Développeurs web

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-05-16
makefile
Administrateurs de réseaux et de systèmes informatiques

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-05-16
pydantic-settings
Développeurs de logiciels

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-05-16
python-testing
Analystes en assurance qualité des logiciels et testeurs

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 building them, you do not need this.

2026-05-16
Showing top 8 of 11 collected skills in this repository.
#004
oscilla
11 skills10updated 2026-04-19
22% of creator
game-content-authoring
Développeurs de logiciels

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 progression systems; configuring game.yaml or character_config.yaml; authoring template expressions; setting up cooldowns or passive effects; validating content with the CLI; or any task that touches files under a content/ game package directory.

2026-04-19
docker-compose
Administrateurs de réseaux et de systèmes informatiques

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-04-19
fastapi-routes
Développeurs de logiciels

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-04-19
frontend-dev
Développeurs de logiciels

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 dependencies; working on accessibility or usability; building production assets; or any task that touches files under frontend/.

2026-04-19
makefile
Développeurs de logiciels

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-04-19
oscilla-content-cli
Développeurs de logiciels

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 structure, scaffolding new manifests with oscilla content create, debugging content errors, checking cross-references. Knows all oscilla content subcommands: schema, test, list, show, graph, trace, create. Also covers oscilla validate.

2026-04-19
pydantic-settings
Développeurs de logiciels

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-04-19
python-testing
Analystes en assurance qualité des logiciels et testeurs

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 testing constraints.

2026-04-19
Showing top 8 of 11 collected skills in this repository.
4 sur 4 depots affiches
Tous les depots sont affiches