Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

pi-aftc-toolset

pi-aftc-toolset contient 32 skills collectées depuis DarceyLloyd, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
32
Stars
2
mis à jour
2026-07-10
Forks
1
Couverture métier
4 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

godot
Développeurs de logiciels

Godot 4.x engine with GDScript, MVC architecture, headless testing, JSON configs, and performance patterns (MultiMesh, flow-field, decoupled simulation). Use when working on .gd files, Godot projects, game development with Godot 4, or any task involving the Godot engine CLI, project structure, GDScript coding conventions, Godot 4.x version-specific syntax, or game architecture patterns.

2026-07-10
bulk-read
Développeurs de logiciels

Concatenate many files in a directory into a single markdown document when the user asks to read, analyze, scan, load, dump, audit, concatenate, or merge many files in a project or folder at once. Triggers on phrases like "read all files", "analyze the project", "load every file", "concatenate files in folder X", "give me everything in src/", "audit the code", or wants to understand an entire codebase as a whole. Specifically when 5 or more files would otherwise need to be read individually.

2026-07-04
git
Développeurs de logiciels

Git + GitHub CLI workflow for solo projects. Conventional Commits, branch naming, destructive-command safety rails, and the merge/PR/keep/discard decision. Use when committing, branching, merging, rebasing, pushing, opening a PR, running git status/log/diff, or using the gh CLI for issues/PRs/CI runs.

2026-07-04
pinescript
Développeurs de logiciels

Pine Script v6 for TradingView .pine files: indicators and strategies. Use when adding inputs (input.int, input.source, input.float, input.color, input.session), plots, signals, alerts, requests (request.security), tables, labels, lines, or any feature to a .pine file, or when discussing TradingView indicators, strategies, performance, common Pine Script v6 issues, or the AFTC coding standards (color.new with RGB, camelCase with boolean prefixes, 80-char section separators, START/END markers). Content targets Pine Script v6 specifically - Pine Script v5 has different syntax for some features.

2026-07-04
web-frontend
Développeurs web

Web frontend development: HTML5, CSS3, SCSS, Tailwind, accessibility, and performance. Use when working on full web frontend projects, choosing between CSS approaches, or auditing accessibility/performance.

2026-07-04
angular
Développeurs web

Angular framework with standalone components, signals, the new control flow syntax, and the ng CLI. Use when working with Angular, ng generate, signals, inject(), or standalone components in .ts files.

2026-07-03
bash
Développeurs de logiciels

Bash shell scripting conventions, shebang, error handling, and quoting. Use when writing or editing .sh files, scripts with

2026-07-03
bat
Développeurs de logiciels

Windows Batch (.bat / .cmd) scripting, errorlevel handling, and CMD automation. Use when writing or editing Windows batch files, .bat or .cmd scripts, or CMD automation tasks.

2026-07-03
bun
Développeurs de logiciels

Bun runtime, package management, HTTP server, and testing conventions. Use when working with bun, bun test, bun build, Bun.serve, or building JavaScript/TypeScript projects with the Bun runtime.

2026-07-03
csharp
Développeurs de logiciels

C# / .NET with dotnet CLI, ASP.NET, Entity Framework, and best practices. Use when writing or editing .cs files, .csproj, working with dotnet CLI, ASP.NET, Blazor, or Entity Framework.

2026-07-03
css
Développeurs web

CSS3 styling conventions, responsive design, custom properties, and layout patterns. Use when writing or editing .css files, responsive design, CSS custom properties, or styling without a framework.

2026-07-03
deno
Développeurs de logiciels

Deno runtime, TypeScript-native development, permissions, and built-in tooling. Use when working with deno, deno.json, deno serve, deno test, deno fmt, or building TypeScript projects with the Deno runtime.

2026-07-03
devops
Administrateurs de réseaux et de systèmes informatiques

DevOps practices, CI/CD pipelines, infrastructure as code, deployment strategies, and database operations. Use when discussing CI/CD, deployment, infrastructure, Terraform, Ansible, Kubernetes, or database schema and migrations.

2026-07-03
docker
Administrateurs de réseaux et de systèmes informatiques

Docker, Docker Compose, Dockerfile best practices, and multi-service orchestration. Use when writing Dockerfiles, docker-compose.yml, container healthchecks, or working with Docker images, volumes, and networks.

2026-07-03
ffmpeg
Techniciens audio et vidéo

ffmpeg command-line tool for video, audio, and image processing. Use when converting, transcoding, trimming, extracting audio, resizing, scaling, cropping, concatenating, or muxing media files; when working with .mp4/.mkv/.webm/.mov/.mp3/.wav/.gif; when changing bitrate, codec, framerate, resolution, sample rate, or channels; when streaming or recording; or when the user asks for any media manipulation.

2026-07-03
go
Développeurs de logiciels

Go programming conventions, error handling, concurrency patterns, and tooling. Use when writing or editing .go files, working with go.mod, goroutines, channels, or Go interfaces.

2026-07-03
html
Développeurs web

HTML5 markup conventions, semantic elements, accessibility, and ARIA. Use when writing or editing .html files, semantic HTML, accessibility attributes, or HTML structure.

2026-07-03
javascript-mjs
Développeurs de logiciels

JavaScript ES modules (.mjs) with KISS, modern OOP, and ESM conventions. Use when writing or editing .mjs files, ES module import/export code, or Node.js scripts with ES module syntax.

2026-07-03
javascript-transpiled
Développeurs de logiciels

JavaScript transpiled (Babel/TypeScript output), build targets, source maps, and tree-shaking. Use when working with transpiled JS output, webpack/babel/esbuild builds, source maps, or build-tool output.

2026-07-03
linux
Administrateurs de réseaux et de systèmes informatiques

Linux system administration, commands, file permissions, systemd services, and shell conventions. Use when working on Linux systems, sysadmin tasks, systemd, cron, file permissions, or shell operations on Linux.

2026-07-03
markdown-guide
Développeurs de logiciels

AI-friendly markdown formatting for documentation .md files. Use when creating or editing README, SKILL.md, rules.md, or any *.md files.

2026-07-03
nginx
Administrateurs de réseaux et de systèmes informatiques

Nginx web server configuration, reverse proxy, SSL/TLS setup, and performance tuning. Use when editing nginx.conf, setting up reverse proxies, configuring SSL/TLS with Let's Encrypt, or tuning nginx performance.

2026-07-03
nodejs
Développeurs de logiciels

Node.js scripting with ES modules and CommonJS, stdlib-first, npm conventions, and async/await patterns. Use when writing Node.js scripts, .js or .mjs files, working with npm, or building CLI tools.

2026-07-03
php
Développeurs de logiciels

PHP 8.2+ with strict types, Composer, PSR-4/PSR-12, and modern patterns. Use when writing or editing .php files, working with composer.json, Laravel, Symfony, or PSR-compliant code.

2026-07-03
ps1
Développeurs de logiciels

PowerShell (.ps1) scripting with cmdlets, error handling, and cross-platform pwsh. Use when writing or editing .ps1 files, PowerShell automation, or Windows shell automation tasks.

2026-07-03
python
Développeurs de logiciels

Python scripting with uv package manager, stdlib-first, type hints, and error handling. Use when writing or editing .py files, working with uv, pyproject.toml, or venv.

2026-07-03
react
Développeurs web

React with functional components, hooks, Vite, and Next.js. Use when writing React components, JSX/TSX, useState/useEffect, or working with Vite or Next.js projects.

2026-07-03
scss
Développeurs web

SCSS/Sass preprocessing with variables, mixins, modules, and BEM naming. Use when writing or editing .scss files, Sass mixins, variables, or modular stylesheets.

2026-07-03
tmux
Développeurs de logiciels

Remote control tmux sessions for interactive CLIs (python, gdb, node, etc.) by sending keystrokes and scraping pane output. Use when running an interactive command in a session, debugging a REPL, or scripting a long-running CLI workflow.

2026-07-03
typescript
Développeurs de logiciels

TypeScript strict mode, ES modules, bundler resolution, and AFTC singleton MVC patterns. Use when writing or editing .ts/.tsx files, configuring tsconfig, or working on TypeScript projects with the AFTC singleton MVC architecture.

2026-07-03
vue
Développeurs web

Vue 3 with Composition API, <script setup>, Pinia state management, and Vite/Nuxt. Use when writing Vue components, .vue files, ref/reactive/computed, or working with Vite or Nuxt projects.

2026-07-03
cache-audit
Développeurs de logiciels

Audit and optimize prompt-cache performance. Use when the user asks about cache optimization, cache hit rates, why a cache miss happened, tool schema costs, or cache-first strategy diagnostics.

2026-07-03