analytic-skills-guide

Guide for AI agent to use the tools offered by this library to perform analytic tasks.

16 stars

Best use case

analytic-skills-guide is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Guide for AI agent to use the tools offered by this library to perform analytic tasks.

Teams using analytic-skills-guide 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/analytic-skills-guide/SKILL.md --create-dirs "https://raw.githubusercontent.com/diegosouzapw/awesome-omni-skill/main/skills/tools/analytic-skills-guide/SKILL.md"

Manual Installation

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

How analytic-skills-guide Compares

Feature / Agentanalytic-skills-guideStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Guide for AI agent to use the tools offered by this library to perform analytic tasks.

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

# Stock Analysis Skills Guide

## Overview

This file is a guide for AI agent to use the tools offered by this library to perform analytic tasks.

---

# When to use this skill
This skill is to be loaded when an AI agent is requested to get certain information (Price, technical indicators etc.) of a selected stock.

## Availiable tools

Following tools from this library can be used by an AI agent for its analytic task:

### Read Daily Data
Use the script from ./skills/scripts/fetch_stock_data.py to get daily data.

## How to run the tools
Please use `uv run`to execute the tool mentioned above.

## Further Reference
Refer to this documentaion: `https://github.com/zhenxiay/stockintelligence/blob/main/README.md` for further instructions.

---

Related Skills

components-guide

16
from diegosouzapw/awesome-omni-skill

Guide to using Convex components for feature encapsulation. Learn about sibling components, creating your own, and when to use components vs monolithic code.

clack-guidelines

16
from diegosouzapw/awesome-omni-skill

Comprehensive guide for building beautiful interactive command-line interfaces using Clack. Use when creating CLI tools with text input, selections, autocomplete, progress tracking, and streaming output.

astrology-interpretation-guide

16
from diegosouzapw/awesome-omni-skill

Comprehensive astrology expert covering natal charts, transits, houses, aspects, and astrological traditions from Western to Vedic

Arcanea Voice Guide

16
from diegosouzapw/awesome-omni-skill

Brand voice and terminology guide for all Arcanea content - ensures consistent, magical communication across UI, marketing, and narrative

analytics-dashboard-generator

16
from diegosouzapw/awesome-omni-skill

Create dashboards with KPIs and real-time metrics.

analytic-functions

16
from diegosouzapw/awesome-omni-skill

Problem-solving strategies for analytic functions in complex analysis

ai-engineering-guide

16
from diegosouzapw/awesome-omni-skill

Practical guide for building production ML systems based on Chip Huyen's AI Engineering book. Use when users ask about model evaluation, deployment strategies, monitoring, data pipelines, feature engineering, cost optimization, or MLOps. Covers metrics, A/B testing, serving patterns, drift detection, and production best practices.

agents-md-guidelines

16
from diegosouzapw/awesome-omni-skill

Guidelines for writing small, stable AGENTS.md files. Use when creating, refactoring, or reviewing AGENTS.md.

agent-ops-guide

16
from diegosouzapw/awesome-omni-skill

Interactive workflow guide. Use when user is unsure what to do next, needs help navigating AgentOps, or wants to understand available tools.

agent-guidelines

16
from diegosouzapw/awesome-omni-skill

When you need to understand the project's core mandate, operational rules, or "Constitution". Use this skill to align with the project's identity and strict coding standards.

ADAPTATION_GUIDE

16
from diegosouzapw/awesome-omni-skill

Use when adapting Droidz framework or creating custom workflows. Guide for customizing droids, skills, and commands for specific project needs.

5-styleguide-generation

16
from diegosouzapw/awesome-omni-skill

Fifth step in building instruction context for codebase