Agent skill
agentuity-cli-project-auth-init
Set up Agentuity Auth for your project. Requires authentication. Use for managing authentication credentials
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/design/agentuity-cli-project-auth-init-agentuity-discord-help-agent
Metadata
Additional technical details for this skill
- tags
- mutating slow requires-auth
- command
- agentuity project auth init
SKILL.md
Project Auth Init
Set up Agentuity Auth for your project
Prerequisites
- Authenticated with
agentuity auth login - Organization context required (
--org-idor default org)
Usage
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:
bunx @agentuity/cli project auth init
Output
Returns JSON object:
{
"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 |
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?