AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Universal Cheat Sheet Generator

skill-pinakdhabu-exam-prompt-cheat-sheet-generator · by pinakdhabu

>

No reviews yet
0 installs
32 views
0.0% view→install

Install

$ agentstack add skill-pinakdhabu-exam-prompt-cheat-sheet-generator

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-pinakdhabu-exam-prompt-cheat-sheet-generator)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Universal Cheat Sheet Generator? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Universal Cheat Sheet Generator

Generates ultra-compact exam cheat sheets (micro notes) in the official SPPU merge-micro format.

Output Format

| Property | Specification | | --------------------- | ------------------------------------------- | | Page size | Letter portrait (612×792 pt) | | Columns | 3, each ~169pt wide with ~18pt gap | | Left margin | ~9pt | | Right margin | ~60pt | | Top/bottom margin | ~12pt | | Font size | ~5.3pt body, ~5.8pt unit headers | | Content flow | Unit-wise, left→right across columns | | Format | Continuous definition text, numbered points |

Structure

  1. Unit header: Bold, centered, underlined — UNIT N — Topic Name
  2. Definition text: Compact, justified, with bold key terms
  3. Numbered points: For lists of rules, types, components
  4. No code blocks: Pure prose, syntax inline with backticks

Usage

Trigger when user asks for:

  • "Micro notes for..."
  • "Cheat sheet for..."
  • "One page summary..."
  • "Quick reference..."
  • "Last minute revision..."
  • "Chit for..."

Supported Subjects

ALL academic subjects across engineering, science, management, arts, and humanities.


Alternative Layout Formats

While the default SPPU Letter 3-column format is the primary output, these variants broaden portability:

| Format | Dimensions | Best For | | --------------------------- | ------------------- | ------------------------------------------ | | A4 3-column | 595×842 pt | International students, European unis | | A4 landscape 2-column | 842×595 pt | Wider diagrams, more horizontal space | | Half-letter (5.5×8.5") | 396×612 pt | Pocket-sized revision, index cards | | Index card (3×5") | 216×360 pt | Quick recall, flashcard-format micro notes | | One-column (full width) | Full page width | Formula-heavy subjects, mathematical text | | Two-column (A4) | 595×842 pt / 2 cols | Diagram + text side-by-side, hybrid layout |

When user specifies a format, adjust column count, font size, and margin widths proportionally. Fallback to Letter 3-column if unspecified.

LaTeX & Mathematical Notation Convention

For mathematical or formula-heavy cheat sheets, inline LaTeX within Markdown is required:

| Symbol | LaTeX | Rendered | | -------------- | ----------------------------------- | ---------- | | Integral | $\int_a^b f(x)dx$ | ∫ₐᵇ f(x)dx | | Summation | $\sum_{i=1}^n x_i$ | Σᵢ₌₁ⁿ xᵢ | | Derivative | $\frac{dy}{dx}$ | dy/dx | | Big O notation | $O(n \log n)$ | O(n log n) | | Set notation | $\{x \in \mathbb{R} \mid x > 0\}$ | {x ∈ ℝ | x > 0} |

Rules:

  • Use $...$ for inline math, $$...$$ for display equations.
  • Write formulas in their standard notation; avoid diagram-dependence for formulas.
  • For multi-line derivations: use \begin{aligned} ... \end{aligned} within $$.

Completed Sample (Quick Reference — Unit 1 of DBMS)

A one-page micro note sample using Letter 3-column format:

UNIT 1 — Database System Architecture

DBMS: A software system that enables users to define, create, maintain, and control access to databases.
Key goal: Provide efficient, secure, concurrent access to large volumes of persistent data.

Three-level architecture (ANSI/SPARC):
1. External level — user views (subschema). Multiple views per database.
2. Conceptual level — logical structure of entire database (schema). Hides storage details.
3. Internal level — physical storage structures (indexes, blocks, access paths).

Data independence:
- Logical: Change conceptual schema without altering external views.
- Physical: Change internal schema without affecting conceptual schema.

DBMS vs File System:
| Property          | DBMS               | File System         |
| ----------------- | ------------------ | ------------------- |
| Data redundancy   | Controlled         | High                |
| Data consistency  | Enforced           | Manual              |
| Concurrent access | ACID transactions  | No built-in control |
| Security          | Role-based access  | OS-level only       |
| Query capability  | SQL / declarative  | Programmatic only   |

DBMS types: Hierarchical, Network, Relational, Object-oriented, NoSQL, NewSQL.
Popular DBMS: Oracle (relational, commercial), MySQL (relational, open-source), MongoDB (document NoSQL), Redis (key-value).

Mnemonic: "Every Student Can Learn Databases" (External → Conceptual → Logical → Internal)

When generating, replace the sample content with the requested subject's actual material. The density, column layout, and formatting style shown above serve as the baseline.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.