agentuity-cli-project-auth-init

Set up Agentuity Auth for your project. Requires authentication. Use for managing authentication credentials

16 stars

Best use case

agentuity-cli-project-auth-init is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Set up Agentuity Auth for your project. Requires authentication. Use for managing authentication credentials

Teams using agentuity-cli-project-auth-init should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/agentuity-cli-project-auth-init/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/cli-automation/agentuity-cli-project-auth-init/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/agentuity-cli-project-auth-init/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How agentuity-cli-project-auth-init Compares

Feature / Agentagentuity-cli-project-auth-initStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Set up Agentuity Auth for your project. Requires authentication. Use for managing authentication credentials

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# Project Auth Init

Set up Agentuity Auth for your project

## Prerequisites

- Authenticated with `agentuity auth login`
- Organization context required (`--org-id` or default org)

## Usage

```bash
agentuity project auth init [options]
```

## Options

| Option | Type | Required | Default | Description |
|--------|------|----------|---------|-------------|
| `--skipMigrations` | boolean | Yes | - | Skip running database migrations (run `agentuity project auth generate` later) |

## Examples

Set up Agentuity Auth with database selection:

```bash
bunx @agentuity/cli project auth init
```

## Output

Returns JSON object:

```json
{
  "success": "boolean",
  "database": "string",
  "authFileCreated": "boolean",
  "migrationsRun": "boolean"
}
```

| Field | Type | Description |
|-------|------|-------------|
| `success` | boolean | Whether setup succeeded |
| `database` | string | Database name used |
| `authFileCreated` | boolean | Whether auth.ts was created |
| `migrationsRun` | boolean | Whether migrations were run |

Related Skills

init

16
from diegosouzapw/awesome-omni-skill

Initialize warehouse schema discovery. Generates .astro/warehouse.md with all table metadata for instant lookups. Run once per project, refresh when schema changes. Use when user says "/data:init" or asks to set up data discovery.

convex-component-authoring

16
from diegosouzapw/awesome-omni-skill

How to create, structure, and publish self-contained Convex components with proper isolation, exports, and dependency management

ck:project-management

16
from diegosouzapw/awesome-omni-skill

Track progress, update plan statuses, manage Claude Tasks, generate reports, coordinate docs updates. Use for project oversight, status checks, plan completion, task hydration, cross-session continuity.

audit-and-add-project-skills

16
from diegosouzapw/awesome-omni-skill

Audits project skills in .agent/skills/ and Codex skills for Cursor compatibility, then helps add compatible skills to .cursor/skills/. Use when the user wants to migrate project skills to Cursor, check if skills work with Cursor, or add existing skills to Cursor.

aix-init

16
from diegosouzapw/awesome-omni-skill

Initialize or upgrade aix framework in a project. Detects tech stack, generates appropriate tier structure, and sets up Claude Code integration.

agentuity-cli-cloud-queue-stats

16
from diegosouzapw/awesome-omni-skill

View queue analytics and statistics. Requires authentication. Use for Agentuity cloud platform operations

agentuity-cli-auth-login

16
from diegosouzapw/awesome-omni-skill

Login to the Agentuity Platform using a browser-based authentication flow. Use for managing authentication credentials

agent-project-manager

16
from diegosouzapw/awesome-omni-skill

Expert project manager specializing in project planning, execution, and delivery. Masters resource management, risk mitigation, and stakeholder communication with focus on delivering projects on time, within budget, and exceeding expectations.

agent-command-authoring

16
from diegosouzapw/awesome-omni-skill

Create Claude Code slash commands and OpenCode command files that delegate to subagents. Use when creating new commands or refactoring existing ones to follow the delegation pattern.

agent-authoring

16
from diegosouzapw/awesome-omni-skill

Guide for authoring specialized AI agents. Use when creating, updating, or improving agents, choosing models, defining focus areas, configuring tools, or learning agent best practices.

writing-project-technical-writing

16
from diegosouzapw/awesome-omni-skill

Writes technical prose (READMEs, ADRs, code comments) in the project's established human voice. Use when creating or editing .md files, writing Swift doc comments, authoring ADRs, or reviewing technical writing for voice consistency.

session-init

16
from diegosouzapw/awesome-omni-skill

Initializes session with environment check and task status overview. Use when user mentions セッション開始, 作業開始, 状況確認, what should I work on, start session. Do NOT load for: 実装作業, レビュー, セッション途中の作業.