Skip to content

Action-Co/skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Agent Skills by The Action Company

skills.sh

Agent skills that give AI coding agents the domain expertise to explore, query, and interact with the systems that power modern analytics.

Agent Skills by The Action Company

Built by The Action Company, an interdependent consultancy that helps organizations make better decisions in complex, fast-moving environments. We partner with data and leadership teams that are surrounded by information and seeking clarity. Through advanced analytics, applied AI, and conscious leadership, we help transform fragmented details into shared understanding, decisive action, and decision systems that enable teams to spot patterns sooner, align on what matters, and adapt to changing conditions.

Learn more about our approach · Explore our services · Meet the Actionauts


Quickstart

npx skills add Action-Co/skills

From the installer, select the skills you want to add to your agent.


Why Agent Skills?

Most AI agents can query a database. Few can navigate the semantic layers, business logic, and curated data models that teams have already built on top of it.

These skills bridge that gap. They are CodeAct implementations — lightweight SDKs, documentation, and working code that agents import and execute directly. This gives agents:

  • Composition through control flow — loop over catalogs, filter results programmatically, and chain operations in a single code block
  • Self-debugging through execution feedback — observe typed exceptions, read error messages, and correct the next attempt without human intervention
  • Persistent state through variables — hold catalog metadata, schemas, and query results as objects across turns, referencing them by name rather than re-fetching

For large enterprise environments, agents use REPL-based state management to decompose discovery into sequential steps (scope → inventory → lineage → introspection), loading catalog data into variables and printing only counts and filtered summaries. This keeps the context window lean — O(1) — while the agent does O(n) semantic work across the entire site. Research on Recursive Language Models shows that managing large inputs as REPL variables rather than loading them into the context window is key to scaling beyond context limits; this skill applies that same principle at the agent level without recursive model sub-calling. For a fully recursive implementation, see alexzhang13/rlm. Individual harnesses implement recursion differently — some use sub-agent delegation, others use the REPL alone.

For a deeper look at why composable, code-first agent tooling outperforms monolithic platform approaches, see our article on The Real Meaning of Headless BI.


Available Skills

Tableau

Skill Description
Query Tableau Data Explore the Tableau data catalog, trace lineage, and query published data sources via the VizQL Data Service. Implements a REPL-first Code Execution pattern with a Python SDK for authentication, inventory, lineage tracing, schema introspection, and data retrieval.

Bar and Whiskers Chart


Stay Updated

Follow us on LinkedIn for the latest insights, analysis, and new skill releases from The Action Company.


Support

If you need help or encounter issues with these skills, search for existing issues or open a new one in the GitHub Issue Tracker.


Contributing

We welcome contributions! See CONTRIBUTING.md for guidelines on reporting bugs, suggesting new skills, and submitting pull requests.


Further Reading


License

These skills are distributed under the Apache 2.0 license. Each skill packages its own license file to make it available to end users after installation. See the LICENSE file for details.


Action Co. Cover

About

Agent skills that give AI coding agents the domain expertise to explore, query, and interact with the systems that power modern analytics.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages