Skip to main content
Run any Skill in Manus
with one click
GitHub repository

ARIA

ARIA contains 56 collected skills from patriotnewsactivism, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
56
Stars
0
updated
2026-07-02
Forks
0
Occupation coverage
12 occupation categories · 100% classified
repository explorer

Skills in this repository

ai-integrations-anthropic
software-developers

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
software-developers

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
software-developers

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
software-developers

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
web-and-digital-interface-designers

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
software-developers

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
web-and-digital-interface-designers

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
software-developers

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
software-quality-assurance-analysts-and-testers

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
software-developers

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
database-architects

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
network-and-computer-systems-administrators

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
computer-occupations-all-other

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
network-and-computer-systems-administrators

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
web-and-digital-interface-designers

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
software-quality-assurance-analysts-and-testers

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

2026-07-02
environment-secrets
software-developers

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

2026-07-02
expo
software-developers

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
software-developers

Access external APIs through Replit-managed billing

2026-07-02
follow-up-tasks
computer-occupations-all-other

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

2026-07-02
git-remote
software-developers

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

2026-07-02
hello-world
office-clerks-general-439061

Greet the user by name.

2026-07-02
image-search
software-developers

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
software-developers

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
software-developers

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
software-developers

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
software-developers

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
web-and-digital-interface-designers

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
software-developers

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
software-developers

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
software-developers

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

2026-07-02
pdf-processing
software-developers

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
software-developers

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
software-developers

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

2026-07-02
project-tasks
software-developers

Create and manage persistent project tasks visible to the user.

2026-07-02
query-integration-data
software-developers

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
software-developers

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

2026-07-02
remove-image-background
software-developers

Remove backgrounds from existing images, producing transparent PNG files.

2026-07-02
repl-setup
software-developers

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
software-developers

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
Showing top 40 of 56 collected skills in this repository.