traderspost/pinescript-agents

examples

Browse and learn from example Pine Scripts. Shows available examples organized by complexity level.

First seen Jul 14, 2026

Installation

$ npx skills add traderspost/pinescript-agents --skill examples

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from traderspost/pinescript-agents · top by installs.

npx skills add traderspost/pinescript-agents

Browse all from traderspost/pinescript-agents

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 162
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsGlob, Read

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,473 B
  • docs SUMMARY.md 115 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 30 installs

SKILL.md

Pine Script Examples

Browse available example scripts to learn patterns and get inspiration.

Instructions

When this skill is invoked:

  1. List all examples from the examples/ directory using Glob
  2. Organize by complexity:

- examples/simple/ - Basic patterns for beginners - examples/intermediate/ - More advanced techniques - examples/advanced/ - Complex implementations

  1. Show a summary of each example:

- Filename - Brief description (from file header) - Key concepts demonstrated

  1. Offer to explain any example in detail

Example Categories

Simple Examples

  • Basic indicators (MA, RSI)
  • Simple plots and colors
  • Basic alerts

Intermediate Examples

  • Multi-timeframe analysis
  • Custom calculations
  • Tables and labels

Advanced Examples

  • UDT-first architecture
  • Complex drawing management
  • Strategy with full backtesting

User Interaction

After showing examples:

  • "Would you like me to explain any of these in detail?"
  • "Would you like to use one as a starting point for your project?"
  • "Would you like to see a specific category?"

Using Examples as Templates

If user wants to use an example:

  1. Copy to projects/ with new name
  2. Explain the key parts
  3. Help customize for their needs