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

ARIA

ARIA contient 56 skills collectées depuis patriotnewsactivism, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
56
Stars
0
mis à jour
2026-07-02
Forks
0
Couverture métier
12 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

ai-integrations-anthropic
Développeurs de logiciels

Anthropic AI integration via Replit AI Integrations proxy (JavaScript/TypeScript). Provides Anthropic-compatible API access without requiring your own API key.

2026-07-02
ai-integrations-gemini
Développeurs de logiciels

Gemini AI integration via Replit AI Integrations proxy (JavaScript/TypeScript). Provides Gemini-compatible API access without requiring your own API key.

2026-07-02
ai-integrations-openai
Développeurs de logiciels

OpenAI AI integration via Replit AI Integrations proxy (JavaScript/TypeScript). Provides OpenAI-compatible API access without requiring your own API key.

2026-07-02
ai-integrations-openrouter
Développeurs de logiciels

OpenRouter AI integration via Replit AI Integrations proxy (JavaScript/TypeScript). Provides OpenRouter-compatible API access without requiring your own API key.

2026-07-02
artifact-templates
Concepteurs web et d'interfaces numériques

Apply a user's saved artifact template (a reusable slides/web style donor) when they ask to build or restyle an artifact "with my template", "using my saved template", "in my brand style", or refer to a template by name. Use this to discover the user's saved templates and materialize one for use.

2026-07-02
artifacts
Développeurs de logiciels

Use when creating or updating the artifact.toml for artifacts such as websites, web apps, mobile apps, slide decks, pitch decks, videos, and data visualizations.

2026-07-02
canvas
Concepteurs web et d'interfaces numériques

Create, read, and manipulate shapes on the canvas. The canvas is the primary surface for showing live UI previews via iframe embeds (using the mockup-sandbox skill), as well as static shapes, text, notes, images, and videos. Use this skill for any canvas operation — reading board state, placing shapes, or managing iframe lifecycle. You must read this skill (0-500 lines) before any canvas operation

2026-07-02
clerk-auth
Développeurs de logiciels

User authentication via a Replit-managed Clerk tenant. Default solution for user authentication; prefer the replit-auth skill only when the user explicitly asks for Replit Auth / Replit SSO / "Sign in with Replit". Load whenever Clerk appears in the conversation or codebase — even if it's unclear whether the project uses Replit-managed or external Clerk; the skill detects and routes accordingly. Prefer recall over precision. Do not rely on generic Clerk knowledge or send the user to dashboard.clerk.com without loading this skill — Replit-managed Clerk is configured very differently from external Clerk. Example use cases include: setup, customization (login providers, branding such as 'continue with <app_name>' on the Google login page, email verification), key configuration, feature or pricing questions, troubleshooting, and migrations to or from Replit Auth.

2026-07-02
code-review
Analystes en assurance qualité des logiciels et testeurs

Spawn a code review (architect) subagent for deep analysis, planning, and debugging. The architect specializes in strategic guidance rather than implementation. Architect should be called after building major features. Relies on `delegation` skill.

2026-07-02
data-visualization
Développeurs de logiciels

Build interactive data visualization apps (dashboards, analysis reports, dataset explorers) with React, Recharts, and OpenAPI codegen workflow. Handles all data sources internally including integrations, databases, APIs, and CSV files.

2026-07-02
database
Architectes de bases de données

Create and manage Replit's built-in PostgreSQL databases, check status, execute SQL queries with safety checks, and run read-only queries against the production database. Use when the user wants to check prod data, debug database issues in production, or asks to "check the prod db", "query production", "look at live data", or "see what's in the database on the deployed app". Also use when the user asks how to apply development schema changes to the production database, e.g. "push dev to prod", "migrate the production database", "sync the schema", "production is missing a column", or reports a deployed app failing with "column does not exist" / "relation does not exist".

2026-07-02
debug-workflow-ports-issues
Administrateurs de réseaux et de systèmes informatiques

Diagnose and fix workflow port problems — DIDNT_OPEN_A_PORT, a workflow that times out waiting on a port, or a blank preview while the server seems to be running. Read this before restarting a failed workflow a second time. Not for code crashes, stack traces, or build failures; fix those first.

2026-07-02
delegation
Autres occupations informatiques

Delegate independent work through the subagent CodeExecution callback, with the ability to dispatch multiple subagents in parallel, subagents in background, and followups to existing subagents for continued work or questions and answers. Provides general guidance on subagents, reified by the specific skills that use them.

2026-07-02
deployment
Administrateurs de réseaux et de systèmes informatiques

Use when the user asks to publish, deploy, or configure deployment settings, deployment geography or regions, or when the user reports their deployed app is broken, asks about production errors, or wants to check server logs.

2026-07-02
design
Concepteurs web et d'interfaces numériques

Delegate frontend design work to a specialized DESIGN subagent through the subagent CodeExecution callback. Use for fullstack apps, mockup sandboxes, and variant exploration.

2026-07-02
diagnostics
Analystes en assurance qualité des logiciels et testeurs

Access LSP diagnostics and suggest project rollback. Use for debugging static errors and helping users revert changes.

2026-07-02
environment-secrets
Développeurs de logiciels

Manage environment variables and secrets. View, set, delete env vars and request secrets from users.

2026-07-02
expo
Développeurs de logiciels

Guidelines for building mobile applications using Expo, covering UI design, animations, React context patterns, and native device feature permission (Camera, Location, FileUploads)

2026-07-02
external-apis
Développeurs de logiciels

Access external APIs through Replit-managed billing

2026-07-02
follow-up-tasks
Autres occupations informatiques

Propose follow-up tasks before marking your current task as complete.

2026-07-02
git-remote
Développeurs de logiciels

Push, pull, and create pull requests on GitHub remote repositories.

2026-07-02
hello-world
Commis de bureau généraux

Greet the user by name.

2026-07-02
image-search
Développeurs de logiciels

Find real web images, logos, and public photos for brand work, reports, and artifacts. Use when you need a few relevant results with a title and image URL you can inspect, present, or download.

2026-07-02
integrations
Développeurs de logiciels

Search and manage Replit integrations including blueprints, connectors, and connections. Use for authentication, databases, payments, and third-party API integrations.

2026-07-02
llm-query
Développeurs de logiciels

Ask an internal LLM a focused question about large text or structured content using the query_with_llm CodeExecution callback. Use when content is too large or noisy to inspect manually and you need a concise answer with line citations.

2026-07-02
media-generation
Développeurs de logiciels

Generate AI images. Use this skill for visual content creation. For AI video clips, read `media-generation/video-generation.md`; for 3D model assets, read `media-generation/reference/3d-model-generation.md`; for music, sound effects, and text-to-speech audio, read `media-generation/audio-generation.md`

2026-07-02
merge-resolution
Développeurs de logiciels

Use when you are resolving active git rebase or merge conflicts and are stuck, encountering issues, or the merge-resolution instructions you were given are not enough.

2026-07-02
mockup-sandbox
Concepteurs web et d'interfaces numériques

Use when the user wants to create, preview, or iterate on any web UI content on the canvas. This is the only way to show live rendered components on the board — all other canvas shapes are static. Activate for: designing or prototyping components on the canvas, comparing design variants side-by-side, showing responsive previews (mobile/tablet/desktop), previewing component states (loading/error/empty), comparing dark vs light mode, or any request that involves putting rendered web content on the board. Sets up a vite dev server with isolated component preview URLs for iframe embedding. For variant exploration (2+ design alternatives), includes subagent orchestration patterns for parallelizing work with DESIGN subagents. Never embed the main app URL directly — always use this skill. Read the entire skill carefully — it contains critical path conventions, image handling rules, and subagent delegation patterns that cause silent failures when skipped. For two specific workflows, also activate the companion skill:

2026-07-02
monetization
Développeurs de logiciels

Master router for payments, checkout, subscriptions, paywalls, and monetization. Picks the right provider skill (Shopify, Stripe, Whop, or RevenueCat) before any provider-specific work begins. Read this BEFORE entering the shopify, stripe, whop, or revenuecat skills.

2026-07-02
object-storage
Développeurs de logiciels

Object storage (App Storage) setup and usage for web apps in pnpm monorepo projects. For Expo/React Native mobile apps, use the expo_object_storage blueprint instead.

2026-07-02
package-management
Développeurs de logiciels

Install and manage language packages, system dependencies, and programming language runtimes.

2026-07-02
pdf-processing
Développeurs de logiciels

Use when a PDF file is attached or uploaded. The default text extraction does not capture visual information — this skill lets you render PDF pages as images, extract embedded images, and visually understand charts, figures, diagrams, slides, headshots, and layout. Read this skill whenever you need to see what a PDF looks like rather than just reading its text.

2026-07-02
pnpm-workspace
Développeurs de logiciels

Understand and build on the pnpm monorepo template. Use when working on workspace structure, TypeScript project references, dependency management, artifact routing, shared libraries, or cross-package changes.

2026-07-02
post-merge-setup
Développeurs de logiciels

Maintain the post-merge setup script that runs automatically after task merges.

2026-07-02
project-tasks
Développeurs de logiciels

Create and manage persistent project tasks visible to the user.

2026-07-02
query-integration-data
Développeurs de logiciels

Query and modify data in any connected integration (Linear, GitHub, HubSpot, Slack, Google services, etc.) or connected data warehouse (Databricks, Snowflake, BigQuery). Use listConnections() in the codeExecution sandbox to get credentials, then call APIs directly. Supports read operations (queries, counts, exports) and write operations (create, update, delete).

2026-07-02
react-vite
Développeurs de logiciels

Guidelines for building React + Vite web apps in the pnpm monorepo with design subagent delegation.

2026-07-02
remove-image-background
Développeurs de logiciels

Remove backgrounds from existing images, producing transparent PNG files.

2026-07-02
repl-setup
Développeurs de logiciels

Setup and configure web applications in the Replit environment. Covers host configuration, frontend/backend connectivity, cache control, and framework-specific setup for Angular, React, Vite, and Vue.

2026-07-02
replit-auth
Développeurs de logiciels

Integrate Replit Auth (OpenID Connect with PKCE) for Express, React+Vite web apps, and optionally Expo React Native mobile apps. Covers auth routes, middleware, web client hook, mobile auth, database schema, and session management. Use when the user asks to add authentication, login, sign-in, or user accounts. If the `clerk_auth` skill is also available, only use this skill when the user explicitly requests Replit Auth, Replit SSO, or sign-in with Replit.

2026-07-02
Affichage des 40 principaux skills collectés sur 56 dans ce dépôt.