@aura-ai/common
v0.1.4
Published
Shared utilities and workflows for Aura AI GTM analysis tools
Readme
@aura-ai/common
Shared utilities and workflows for Aura AI GTM (Go-to-Market) analysis tools.
Overview
This package contains the core functionality used by Aura CLI and other Aura AI tools for performing market analysis, competitor research, and GTM positioning. It's designed primarily as a dependency for the Aura CLI tool.
Features
- Filesystem utilities: File system operations and project analysis
- AI prompts management: Structured prompts for GTM analysis
- Workflow engines: Core analysis workflows for positioning and industry analysis
- Type definitions: Shared TypeScript types across Aura tools
- Services: AI-powered research and analysis services
Modules
@aura-ai/common/filesystem
File system utilities for reading and analyzing project structures.
@aura-ai/common/prompts
AI prompt templates and management for GTM analysis.
@aura-ai/common/workflows
Core workflow engines for repository analysis and positioning flows.
@aura-ai/common/types
Shared TypeScript type definitions.
@aura-ai/common/services
AI-powered services for research, competitor analysis, and web scraping.
Installation
This package is primarily intended as a dependency for @aura-ai/cli. Install the CLI tool instead:
npm install -g @aura-ai/cliFor development purposes:
npm install @aura-ai/commonUsage
This package is designed to be used internally by Aura tools. For end-user functionality, use the Aura CLI tool:
aura init # Analyze current directory
aura init --path ./my-project # Analyze specific projectLicense
MIT
