gc-alumni

Query and analyze Clemson Graphic Communications alumni data from a read-only SQLite database.

5|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/chiptoe-svg/dept-agents --skill gc-alumni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gc-alumni
Source: https://github.com/chiptoe-svg/dept-agents/tree/main/container/skills/gc-alumni
Command: npx skills add https://github.com/chiptoe-svg/dept-agents --skill gc-alumni

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires sqlite3, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill assists in querying and analyzing data on Clemson Graphic Communications alumni, including job placements, career paths, and industry distribution.

Core Features & Use Cases

  • Alumni Data Search: Retrieve information on alumni by name, graduation year, and first job.
  • Outcome Analysis: Explore post-graduation outcomes such as employment, grad school attendance, and AI exposure.
  • Industry Trends: Analyze the distribution of alumni across industries and job titles.
  • Use Case: If you need to understand the current career trajectory of graphic communications graduates and the impact of AI in the field, the gc-alumni skill can provide valuable insights.

Quick Start

Run the gc-alumni skill to get details on alumni with a specific first job title from a given year.

Frequently Asked Questions about gc-alumni

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query alumni data to analyze graphic communications career trajectories?

To query alumni data for career trajectory analysis, you search a read-only SQLite database using SELECT and WITH clauses to retrieve statistics on employment, industry distribution, and grad school attendance for graphic communications graduates.

What post-graduation outcomes can I analyze using this alumni database?

You can analyze post-graduation outcomes including employment status, graduate school attendance, industry distribution, job titles, and AI exposure metrics for graphic communications alumni directly from the SQLite database.

Can I retrieve alumni data by name, graduation year, and first job title?

Yes, you can retrieve specific alumni data by searching on name, graduation year, and first job title using targeted SELECT queries against the read-only SQLite database.

Does the Skill require Python libraries for database connection and query execution?

Yes, the Skill requires Python libraries and the sqlite3 dependency to establish database connections and execute read-only queries to analyze alumni career data.

What are the limitations when querying the alumni database?

Query execution is limited to read-only SELECT and WITH clauses, preventing data modification or deletion while analyzing graphic communications alumni statistics and industry trends.