You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
style="background: radial-gradient(ellipse at 50% 80%,rgba(194,97,254,0.15),hsla(0,0%,100%,0));"
50
51
>}}
51
52
{{< hextra/feature-card
52
-
title="Diary System"
53
-
subtitle="Complement factual logs with autonomous insights and alternative approaches, creating private reflection space for collaborative enhancement."
53
+
title="Documentation"
54
+
subtitle="Capture collaborative sessions with conversation logs and diary entries, preserving decisions, outcomes, and autonomous reflections."
style="background: radial-gradient(ellipse at 50% 80%,rgba(142,53,74,0.15),hsla(0,0%,100%,0));"
58
59
>}}
@@ -61,11 +62,12 @@ layout: hextra-home
61
62
subtitle="Transform from generic assistance to specialized professional competence through focused methodologies tailored for collaboration domains."
62
63
>}}
63
64
{{< hextra/feature-card
64
-
title="Institutional Memory"
65
-
subtitle="Build cumulative knowledge across sessions, delivering productivity gains equivalent to working with a team member who has perfect recall."
65
+
title="Plugin System"
66
+
subtitle="Install the platform with a single command through marketplace plugins, with native support for Claude Code, Claude Desktop, and Claude Mobile."
66
67
>}}
67
68
{{< hextra/feature-card
68
-
title="Temporal Awareness"
69
-
subtitle="Maintain context and decisions across time, enabling each session to build upon previous collaborative work and institutional knowledge."
69
+
title="Institutional Memory"
70
+
subtitle="Build cumulative knowledge across sessions, delivering productivity gains equivalent to working with a team member who has perfect recall."
Copy file name to clipboardExpand all lines: claude/content/tutorials/_index.md
+20-10Lines changed: 20 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,27 +7,37 @@ prev: /
7
7
next: /tutorials/handbook
8
8
---
9
9
10
-
Practical guides and hands-on workflows that demonstrate advanced collaboration techniques and real-world applications. These tutorials build on the foundational concepts from the [documentation](/claude/wiki/guide) to provide step-by-step implementation examples and optimization strategies.
10
+
These tutorials show how to use the [collaboration platform](/claude/wiki) effectively - practical techniques for getting consistent results from your collaboration sessions.
11
11
12
12
<!--more-->
13
13
14
-
## Learning Path
14
+
## Overview
15
15
16
-
Tutorials are designed for users who want to explore advanced collaboration patterns, workflow optimization and specialized use cases. Each tutorial provides:
16
+
By working through these tutorials, you'll understand how to:
17
17
18
-
-**Practical examples** with real-world scenarios and implementation details
19
-
-**Step-by-step workflows** demonstrating specific collaboration techniques
20
-
-**Advanced configurations** for specialized requirements and optimization
21
-
-**Best practices** learned from production deployments and expert usage
18
+
-**Structure sessions** for consistent, high-quality collaboration from the first response
19
+
-**Communicate effectively** using patterns that enable Claude's autonomous analytical capabilities
20
+
-**Maintain continuity** across sessions through documentation and cross-references
21
+
-**Customize profiles** for your specific domain and workflow requirements
22
+
-**Measure effectiveness** to validate the framework is delivering measurable improvements
23
+
24
+
## Prerequisites
25
+
26
+
These tutorials assume you've completed the [Getting Started](/claude/wiki/getting-started) setup. You should have:
27
+
28
+
- Claude Code or Claude Desktop configured with the `framework` plugin
29
+
- A basic [understanding](/claude/wiki/guide) of platform components and protocols
22
30
23
31
## Support
24
32
25
-
If you encounter any problems or want to suggest a new feature, feel free to open a GitHub [issue](https://{{< param variables.repository.home >}}/issues). For general questions or feedback, please use the GitHub [discussions](https://{{< param variables.repository.home >}}/discussions).
33
+
If you encounter problems or want to suggest improvements, open a GitHub [issue](https://{{< param variables.repository.home >}}/issues). For questions or discussion, use GitHub [discussions](https://{{< param variables.repository.home >}}/discussions).
26
34
27
35
## Next
28
36
29
-
Dive right into the following section, to get started:
37
+
Dive right into the following section:
30
38
39
+
<!-- prettier-ignore-start -->
31
40
{{< cards >}}
32
-
{{< card icon="book-open" link="handbook" title="Handbook" subtitle="Browse the available tutorials." >}}
Copy file name to clipboardExpand all lines: claude/content/tutorials/handbook/_index.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,27 +3,27 @@ title: Handbook
3
3
sidebar:
4
4
open: true
5
5
prev: /tutorials
6
-
next: /tutorials/handbook/platform
6
+
next: /tutorials/handbook/components
7
7
---
8
8
9
-
The tutorials handbook transforms basic AI interactions into professional collaboration through practical workflows, specialized profiles, and institutional memory systems that build expertise over time.
0 commit comments