agentspec

(★ 240)

No description available.

File Explorer

  • .gitignore
  • .shellcheckrc
  • build-plugin.sh
  • CHANGELOG.md
  • CLAUDE.md
  • CONTRIBUTING.md
  • LICENSE
  • Makefile
  • README.md
  • SECURITY.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

aws

View Details ▼

The official CLI tool for Amazon Web Services.
Some subcommands such as `s3` have their own usage documentation.

aws configure wizard

Configure the AWS Command-line:

aws configure sso

Configure the AWS Command-line using SSO:

aws sts get-caller-identity

Get the caller identity (used to troubleshoot permissions):

🔍

claude

View Details ▼

An agent-based coding tool that understands your code base and helps you code faster through natural language commands.

claude prompt

Execute with prompt:

claude update

Update `claude`:

claude mcp list

Get the list of specified MCP servers:

🔍

dbt

View Details ▼

A tool to model transformations in data warehouses.

dbt debug

Debug the dbt project and the connection to the database:

dbt run

Run all models of the project:

dbt test --select example_model

Run all tests of `example_model`:

🔍

git clone

View Details ▼

Clone an existing repository.

git clone {{remote_repository_location}} {{path/to/directory}}

Clone an existing repository into a new directory (the default directory is the repository name):

git clone --recursive {{remote_repository_location}}

Clone an existing repository and its submodules:

git clone {{[-n|--no-checkout]}} {{remote_repository_location}}

Clone only the `.git` directory of an existing repository:

🔍

python

View Details ▼

Python language interpreter.

python

Start a REPL (interactive shell):

python {{path/to/file.py}}

Execute a specific Python file:

python -i {{path/to/file.py}}

Execute a specific Python file and start a REPL:

🔍

spark

View Details ▼

The Laravel Spark tool.

spark register {{token}}

Register your API token:

spark token

Display the currently registered API token:

spark new {{project_name}}

Create a new Spark project:

🔍

supabase

View Details ▼

Develop, deploy, and manage Supabase projects locally and on the cloud.

supabase login

Log in to Supabase using an access token:

supabase init

Initialize a new Supabase project in the current directory:

supabase start

Start the local Supabase development stack:

🔍

terraform

View Details ▼

Create and deploy infrastructure as code to cloud providers.

terraform init

Initialize a new or existing Terraform configuration:

terraform validate

Verify that the configuration files are syntactically valid:

terraform fmt

Format configuration according to Terraform language style conventions:

🔍

gcp

View Details ▼

This command is an alias of GNU `cp`.

tldr cp

View documentation for the original command:

// repository documentation