mcpbeat Sign in

Grad Tpack Agent Skill

Apply the TPACK framework to evaluate and design technology-integrated instruction at the intersection of technological, pedagogical, and content knowledge. Use this skill when the user needs to assess teacher readiness for technology integration, design professional development for ed-tech, or evaluate whether technology use is pedagogically grounded — even if they say 'how to integrate technology in teaching', 'ed-tech evaluation', or 'teacher technology competency'.

9k tokens
context cost
the whole folder, loaded on every use
4
files
instructions only
0
copies elsewhere
how many repositories repackaged it
223
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/asgard-ai-platform/skills --skill grad-tpack

What comes with it

31 031 bytes besides the instruction
examples/sample_scenario.md
references/lesson-design.md
references/tpack-instruments.md

The instruction itself

12 sections, as written by the author

TPACK Framework

Overview

TPACK (Technological Pedagogical Content Knowledge) describes the knowledge teachers need for effective technology integration. It identifies seven knowledge domains formed by the intersections of Technology (TK), Pedagogy (PK), and Content (CK) knowledge, arguing that effective integration requires understanding all three simultaneously.

When to Use

Trigger conditions:

  • Evaluating whether technology use in instruction is pedagogically sound
  • Designing teacher professional development for technology integration
  • Assessing gaps in educator knowledge domains

When NOT to use:

  • When classifying learning objectives by cognitive level (use Bloom's taxonomy)
  • When designing scaffolded learning experiences (use constructivism)
  • When evaluating information system quality (use IS Success Model)

Assumptions

IRON LAW: Effective Technology Integration Requires ALL THREE Knowledge Types

Technology without pedagogy or content is just a tool, not instruction.
The seven domains:
  TK — Technology Knowledge (how tools work)
  PK — Pedagogical Knowledge (how to teach)
  CK — Content Knowledge (what to teach)
  TPK — How technology enables pedagogical strategies
  TCK — How technology represents content
  PCK — How to teach specific content (Shulman)
  TPACK — The intersection of ALL three: the sweet spot
Weakness in ANY domain degrades technology integration quality.

Methodology

Step 1: Map Knowledge Domains

Assess the current state of each knowledge domain (TK, PK, CK) and their intersections for the instructor or instructional context.

Step 2: Identify Integration Opportunities

Find where technology can genuinely enhance pedagogy for specific content. Ask: "What can students do WITH technology that they couldn't do WITHOUT it?"

Step 3: Design at the TPACK Intersection

Create learning activities where technology choice is driven by pedagogical purpose AND content requirements, not technology novelty.

Step 4: Evaluate and Iterate

Assess whether the technology integration achieved learning goals. Check: Did technology serve the pedagogy? Did it represent content accurately? Was it accessible?

Output Format

# TPACK Analysis: {Context/Course}

## Knowledge Domain Assessment
| Domain | Current State | Evidence | Gap |
|--------|-------------|----------|-----|
| TK | ... | ... | ... |
| PK | ... | ... | ... |
| CK | ... | ... | ... |
| TPK | ... | ... | ... |
| TCK | ... | ... | ... |
| PCK | ... | ... | ... |
| TPACK | ... | ... | ... |

## Technology Integration Design
- Content goal: {what students should learn}
- Pedagogical strategy: {how they will learn it}
- Technology role: {why this technology, specifically}
- TPACK alignment: {how all three intersect}

## Recommendations
{Targeted development for weakest domains}

Gotchas

  • Technology for technology's sake: The most common TPACK violation. Adding technology without clear pedagogical purpose (e.g., PowerPoint replacing a blackboard with no pedagogical change) is TK without TPK or TPACK.
  • TPACK is context-specific: A teacher may have strong TPACK for one topic and weak TPACK for another. It's not a general trait — it varies by content area and technology type.
  • Measurement challenges: TPACK is typically measured via self-report surveys, which inflate scores. Observation-based and performance-based assessments are more valid but harder to scale.
  • Rapid technology change: TK decays quickly as technology evolves. TPACK development must be ongoing, not a one-time training event.
  • PCK is the foundation: Shulman's PCK (knowing how to teach specific content) predates and underlies TPACK. Teachers weak in PCK cannot develop strong TPACK regardless of technology skills.

References

  • For TPACK measurement instruments, see references/tpack-instruments.md
  • For TPACK lesson design templates, see references/lesson-design.md

Other skills for the same job

different authors, same section of the catalogue
MCP Builder
by anthropics
vendor ×13

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

30k tokens scripts
Changelog Generator
by frostant
×9

Automatically creates user-facing changelogs from git commits by analyzing commit history, categorizing changes, and transforming technical commits into clear, customer-friendly release notes. Turns hours of manual changelog writing into minutes of automated generation.

774 tokens
Finishing A Development Branch
by ZhanlinCui
×7

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

1k tokens
MCP Builder
by JayZeeDesign
×7

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

37k tokens scripts
Vercel React Native Skills
by vercel-labs
vendor ×6

React Native and Expo best practices for building performant mobile apps. Use when building React Native components, optimizing list performance, implementing animations, or working with native modules. Triggers on tasks involving React Native, Expo, mobile performance, or native platform APIs.

39k tokens
Vercel React Best Practices
by ratacat
×5

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.

34k tokens
Next Best Practices
by vercel-labs
vendor ×4

Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling

20k tokens
Using Git Worktrees
by ZhanlinCui
×4

Use when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification

1k tokens

How to use it

Copy the folder

Take asgard-ai-platform/grad-tpack from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.